Html Css Color HEX #EFC434 Saffron

📋 copy color: '#EFC434'

red 239 ◦ green 196 ◦ blue 52

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

Shades of Saffron #EFC434

Tints of Saffron #EFC434

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.25%

 BLUE value IS 52 (20.7% from 255) = 10.68%

R = 49.08%
G = 40.25%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFC434 (or 0xEFC434) is known color: Saffron. HEX triplet: EF, C4 and 34. RGB value is (239,196,52). Sum of RGB (Red+Green+Blue) = 239+196+52=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 52 (20.70% from 255 or 10.68% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC434 is #103BCB. Grayscale: #C1C1C1. Windows color (decimal): -1063884 or 3458287. OLE color: 3458287.

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

Color convert

RGB 239 196 52 -
CMYK 0 0.18 0.78 0.06
HSL 46.2º 0.85% 0.57% -
HSV(B) 46.2º 0.78% 0.94% -
XYZ 55.96 58.08 11.51 -
YUV 192.44 48.75 161.21 -
System Red Green Blue C M Y K H S L
Decimal 239 196 52 0 0.18 0.78 0.06 46.2 0.85 0.57
Hex EF C4 34 0 12 4E 6 2E 55 39
Octal 357 304 64 0 22 116 6 56 125 71
Binary 11101111 11000100 110100 0 10010 1001110 110 101110 1010101 111001

Color Harmonies of #EFC434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC434

Black with #EFC434

Text Example


Text Example

White with #EFC434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC434; }

 p { color: rgb(239,196,52); }

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

background-color css

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

 a { background-color: rgb(239,196,52); }

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

border-color css

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

 span { border-color: rgb(239,196,52); }

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