Html Css Color HEX #EEC03E Saffron

📋 copy color: '#EEC03E'

red 238 ◦ green 192 ◦ blue 62

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

Shades of Saffron #EEC03E

Tints of Saffron #EEC03E

RGB

 RED value IS 238 (93.36% from 255) = 48.37%

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

 BLUE value IS 62 (24.61% from 255) = 12.6%

R = 48.37%
G = 39.02%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EEC03E (or 0xEEC03E) is known color: Saffron. HEX triplet: EE, C0 and 3E. RGB value is (238,192,62). Sum of RGB (Red+Green+Blue) = 238+192+62=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 62 (24.61% from 255 or 12.60% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC03E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC03E is #113FC1. Grayscale: #BFBFBF. Windows color (decimal): -1130434 or 4112622. OLE color: 4112622.

HSL color Cylindrical-coordinate representation of color #EEC03E: hue angle of 44.32º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEC03E is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 192 62 -
CMYK 0 0.19 0.74 0.07
HSL 44.32º 0.84% 0.59% -
HSV(B) 44.32º 0.74% 0.93% -
XYZ 54.98 56.22 12.51 -
YUV 190.93 55.24 161.57 -
System Red Green Blue C M Y K H S L
Decimal 238 192 62 0 0.19 0.74 0.07 44.32 0.84 0.59
Hex EE C0 3E 0 13 4A 7 2C 54 3B
Octal 356 300 76 0 23 112 7 54 124 73
Binary 11101110 11000000 111110 0 10011 1001010 111 101100 1010100 111011

Color Harmonies of #EEC03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC03E

Black with #EEC03E

Text Example


Text Example

White with #EEC03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC03E; }

 p { color: rgb(238,192,62); }

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

background-color css

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

 a { background-color: rgb(238,192,62); }

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

border-color css

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

 span { border-color: rgb(238,192,62); }

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