Html Css Color HEX #EEC732 Saffron

📋 copy color: '#EEC732'

red 238 ◦ green 199 ◦ blue 50

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

Shades of Saffron #EEC732

Tints of Saffron #EEC732

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.86%

 BLUE value IS 50 (19.92% from 255) = 10.27%

R = 48.87%
G = 40.86%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EEC732 (or 0xEEC732) is known color: Saffron. HEX triplet: EE, C7 and 32. RGB value is (238,199,50). Sum of RGB (Red+Green+Blue) = 238+199+50=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC732 is #1138CD. Grayscale: #C2C2C2. Windows color (decimal): -1128654 or 3327982. OLE color: 3327982.

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

Color convert

RGB 238 199 50 -
CMYK 0 0.16 0.79 0.07
HSL 47.55º 0.85% 0.56% -
HSV(B) 47.55º 0.79% 0.93% -
XYZ 56.26 59.25 11.49 -
YUV 193.68 46.92 159.62 -
System Red Green Blue C M Y K H S L
Decimal 238 199 50 0 0.16 0.79 0.07 47.55 0.85 0.56
Hex EE C7 32 0 10 4F 7 30 55 38
Octal 356 307 62 0 20 117 7 60 125 70
Binary 11101110 11000111 110010 0 10000 1001111 111 110000 1010101 111000

Color Harmonies of #EEC732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC732

Black with #EEC732

Text Example


Text Example

White with #EEC732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC732; }

 p { color: rgb(238,199,50); }

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

background-color css

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

 a { background-color: rgb(238,199,50); }

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

border-color css

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

 span { border-color: rgb(238,199,50); }

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