Html Css Color HEX #EEC13E Saffron

📋 copy color: '#EEC13E'

red 238 ◦ green 193 ◦ blue 62

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

Shades of Saffron #EEC13E

Tints of Saffron #EEC13E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.15%

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

R = 48.28%
G = 39.15%
B = 12.58%

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

#EEC13E (or 0xEEC13E) is known color: Saffron. HEX triplet: EE, C1 and 3E. RGB value is (238,193,62). Sum of RGB (Red+Green+Blue) = 238+193+62=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 62 (24.61% from 255 or 12.58% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC13E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC13E is #113EC1. Grayscale: #C0C0C0. Windows color (decimal): -1130178 or 4112878. OLE color: 4112878.

HSL color Cylindrical-coordinate representation of color #EEC13E: hue angle of 44.66º 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 #EEC13E is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 193 62 -
CMYK 0 0.19 0.74 0.07
HSL 44.66º 0.84% 0.59% -
HSV(B) 44.66º 0.74% 0.93% -
XYZ 55.2 56.66 12.59 -
YUV 191.52 54.91 161.15 -
System Red Green Blue C M Y K H S L
Decimal 238 193 62 0 0.19 0.74 0.07 44.66 0.84 0.59
Hex EE C1 3E 0 13 4A 7 2D 54 3B
Octal 356 301 76 0 23 112 7 55 124 73
Binary 11101110 11000001 111110 0 10011 1001010 111 101101 1010100 111011

Color Harmonies of #EEC13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC13E

Black with #EEC13E

Text Example


Text Example

White with #EEC13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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