Html Css Color HEX #EFC032 Saffron

📋 copy color: '#EFC032'

red 239 ◦ green 192 ◦ blue 50

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

Shades of Saffron #EFC032

Tints of Saffron #EFC032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.92%

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

R = 49.69%
G = 39.92%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFC032 (or 0xEFC032) is known color: Saffron. HEX triplet: EF, C0 and 32. RGB value is (239,192,50). Sum of RGB (Red+Green+Blue) = 239+192+50=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC032 is #103FCD. Grayscale: #BEBEBE. Windows color (decimal): -1064910 or 3326191. OLE color: 3326191.

HSL color Cylindrical-coordinate representation of color #EFC032: hue angle of 45.08º 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 #EFC032 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 192 50 -
CMYK 0 0.20 0.79 0.06
HSL 45.08º 0.86% 0.57% -
HSV(B) 45.08º 0.79% 0.94% -
XYZ 55.02 56.28 10.98 -
YUV 189.87 49.07 163.05 -
System Red Green Blue C M Y K H S L
Decimal 239 192 50 0 0.20 0.79 0.06 45.08 0.86 0.57
Hex EF C0 32 0 14 4F 6 2D 56 39
Octal 357 300 62 0 24 117 6 55 126 71
Binary 11101111 11000000 110010 0 10100 1001111 110 101101 1010110 111001

Color Harmonies of #EFC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC032

Black with #EFC032

Text Example


Text Example

White with #EFC032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC032; }

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

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

background-color css

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

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

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

border-color css

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

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

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