Html Css Color HEX #EFC536 Saffron

📋 copy color: '#EFC536'

red 239 ◦ green 197 ◦ blue 54

#EFC536
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saffron #EFC536

Tints of Saffron #EFC536

RGB

 RED value IS 239 (93.75% from 255) = 48.78%

 GREEN value IS 197 (77.34% from 255) = 40.2%

 BLUE value IS 54 (21.48% from 255) = 11.02%

R = 48.78%
G = 40.2%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFC536 (or 0xEFC536) is known color: Saffron. HEX triplet: EF, C5 and 36. RGB value is (239,197,54). Sum of RGB (Red+Green+Blue) = 239+197+54=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 54 (21.48% from 255 or 11.02% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC536 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC536 is #103AC9. Grayscale: #C1C1C1. Windows color (decimal): -1063626 or 3589615. OLE color: 3589615.

HSL color Cylindrical-coordinate representation of color #EFC536: hue angle of 46.38º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFC536 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 197 54 -
CMYK 0 0.18 0.77 0.06
HSL 46.38º 0.85% 0.57% -
HSV(B) 46.38º 0.77% 0.94% -
XYZ 56.23 58.55 11.83 -
YUV 193.26 49.41 160.63 -
System Red Green Blue C M Y K H S L
Decimal 239 197 54 0 0.18 0.77 0.06 46.38 0.85 0.57
Hex EF C5 36 0 12 4D 6 2E 55 39
Octal 357 305 66 0 22 115 6 56 125 71
Binary 11101111 11000101 110110 0 10010 1001101 110 101110 1010101 111001

Color Harmonies of #EFC536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC536

Black with #EFC536

Text Example


Text Example

White with #EFC536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC536; }

 p { color: rgb(239,197,54); }

 H1.HeaderClassName
 {
   color: #EFC536;
 }
 .AnyTagClassName
 {
   color: #EFC536;
 }
</style>

background-color css

<style>
 a { background-color: #EFC536; }

 a { background-color: rgb(239,197,54); }

 div.DivClassName
 {
   background-color: #EFC536;
 }
 .BgClassName
 {
   background-color: #EFC536;
 }
</style>

border-color css

<style>
 span { border-color: #EFC536; }

 span { border-color: rgb(239,197,54); }

 td.TdClassName
 {
   border-color: #EFC536;
 }
 .TagClassName
 {
   border-color: #EFC536;
 }
</style>