Html Css Color HEX #EFC035 Saffron

📋 copy color: '#EFC035'

red 239 ◦ green 192 ◦ blue 53

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

Shades of Saffron #EFC035

Tints of Saffron #EFC035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.95%

R = 49.38%
G = 39.67%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFC035 (or 0xEFC035) is known color: Saffron. HEX triplet: EF, C0 and 35. RGB value is (239,192,53). Sum of RGB (Red+Green+Blue) = 239+192+53=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 53 (21.09% from 255 or 10.95% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC035 is #103FCA. Grayscale: #BEBEBE. Windows color (decimal): -1064907 or 3522799. OLE color: 3522799.

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

Color convert

RGB 239 192 53 -
CMYK 0 0.20 0.78 0.06
HSL 44.84º 0.85% 0.57% -
HSV(B) 44.84º 0.78% 0.94% -
XYZ 55.09 56.31 11.33 -
YUV 190.21 50.57 162.8 -
System Red Green Blue C M Y K H S L
Decimal 239 192 53 0 0.20 0.78 0.06 44.84 0.85 0.57
Hex EF C0 35 0 14 4E 6 2D 55 39
Octal 357 300 65 0 24 116 6 55 125 71
Binary 11101111 11000000 110101 0 10100 1001110 110 101101 1010101 111001

Color Harmonies of #EFC035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC035

Black with #EFC035

Text Example


Text Example

White with #EFC035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC035; }

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

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

background-color css

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

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

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

border-color css

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

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

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