Html Css Color HEX #EEC83B Saffron

📋 copy color: '#EEC83B'

red 238 ◦ green 200 ◦ blue 59

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

Shades of Saffron #EEC83B

Tints of Saffron #EEC83B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.24%

 BLUE value IS 59 (23.44% from 255) = 11.87%

R = 47.89%
G = 40.24%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EEC83B (or 0xEEC83B) is known color: Saffron. HEX triplet: EE, C8 and 3B. RGB value is (238,200,59). Sum of RGB (Red+Green+Blue) = 238+200+59=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 59 (23.44% from 255 or 11.87% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC83B is #1137C4. Grayscale: #C3C3C3. Windows color (decimal): -1128389 or 3918062. OLE color: 3918062.

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

Color convert

RGB 238 200 59 -
CMYK 0 0.16 0.75 0.07
HSL 47.26º 0.84% 0.58% -
HSV(B) 47.26º 0.75% 0.93% -
XYZ 56.7 59.8 12.69 -
YUV 195.29 51.09 158.46 -
System Red Green Blue C M Y K H S L
Decimal 238 200 59 0 0.16 0.75 0.07 47.26 0.84 0.58
Hex EE C8 3B 0 10 4B 7 2F 54 3A
Octal 356 310 73 0 20 113 7 57 124 72
Binary 11101110 11001000 111011 0 10000 1001011 111 101111 1010100 111010

Color Harmonies of #EEC83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC83B

Black with #EEC83B

Text Example


Text Example

White with #EEC83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC83B; }

 p { color: rgb(238,200,59); }

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

background-color css

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

 a { background-color: rgb(238,200,59); }

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

border-color css

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

 span { border-color: rgb(238,200,59); }

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