Html Css Color HEX #EEC339 Saffron

📋 copy color: '#EEC339'

red 238 ◦ green 195 ◦ blue 57

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

Shades of Saffron #EEC339

Tints of Saffron #EEC339

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.8%

 BLUE value IS 57 (22.66% from 255) = 11.63%

R = 48.57%
G = 39.8%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EEC339 (or 0xEEC339) is known color: Saffron. HEX triplet: EE, C3 and 39. RGB value is (238,195,57). Sum of RGB (Red+Green+Blue) = 238+195+57=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 57 (22.66% from 255 or 11.63% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC339 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC339 is #113CC6. Grayscale: #C0C0C0. Windows color (decimal): -1129671 or 3785710. OLE color: 3785710.

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

Color convert

RGB 238 195 57 -
CMYK 0 0.18 0.76 0.07
HSL 45.75º 0.84% 0.58% -
HSV(B) 45.75º 0.76% 0.93% -
XYZ 55.51 57.5 12.04 -
YUV 192.13 51.75 160.72 -
System Red Green Blue C M Y K H S L
Decimal 238 195 57 0 0.18 0.76 0.07 45.75 0.84 0.58
Hex EE C3 39 0 12 4C 7 2E 54 3A
Octal 356 303 71 0 22 114 7 56 124 72
Binary 11101110 11000011 111001 0 10010 1001100 111 101110 1010100 111010

Color Harmonies of #EEC339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC339

Black with #EEC339

Text Example


Text Example

White with #EEC339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC339; }

 p { color: rgb(238,195,57); }

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

background-color css

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

 a { background-color: rgb(238,195,57); }

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

border-color css

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

 span { border-color: rgb(238,195,57); }

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