Html Css Color HEX #EFC232 Saffron

📋 copy color: '#EFC232'

red 239 ◦ green 194 ◦ blue 50

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

Shades of Saffron #EFC232

Tints of Saffron #EFC232

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.17%

 BLUE value IS 50 (19.92% from 255) = 10.35%

R = 49.48%
G = 40.17%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFC232 (or 0xEFC232) is known color: Saffron. HEX triplet: EF, C2 and 32. RGB value is (239,194,50). Sum of RGB (Red+Green+Blue) = 239+194+50=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 50 (19.92% from 255 or 10.35% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC232 is #103DCD. Grayscale: #BFBFBF. Windows color (decimal): -1064398 or 3326703. OLE color: 3326703.

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

Color convert

RGB 239 194 50 -
CMYK 0 0.19 0.79 0.06
HSL 45.71º 0.86% 0.57% -
HSV(B) 45.71º 0.79% 0.94% -
XYZ 55.46 57.16 11.13 -
YUV 191.04 48.41 162.21 -
System Red Green Blue C M Y K H S L
Decimal 239 194 50 0 0.19 0.79 0.06 45.71 0.86 0.57
Hex EF C2 32 0 13 4F 6 2E 56 39
Octal 357 302 62 0 23 117 6 56 126 71
Binary 11101111 11000010 110010 0 10011 1001111 110 101110 1010110 111001

Color Harmonies of #EFC232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC232

Black with #EFC232

Text Example


Text Example

White with #EFC232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC232; }

 p { color: rgb(239,194,50); }

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

background-color css

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

 a { background-color: rgb(239,194,50); }

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

border-color css

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

 span { border-color: rgb(239,194,50); }

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