Html Css Color HEX #EEC433 Saffron

📋 copy color: '#EEC433'

red 238 ◦ green 196 ◦ blue 51

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

Shades of Saffron #EEC433

Tints of Saffron #EEC433

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.41%

 BLUE value IS 51 (20.31% from 255) = 10.52%

R = 49.07%
G = 40.41%
B = 10.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EEC433 (or 0xEEC433) is known color: Saffron. HEX triplet: EE, C4 and 33. RGB value is (238,196,51). Sum of RGB (Red+Green+Blue) = 238+196+51=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 51 (20.31% from 255 or 10.52% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC433 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC433 is #113BCC. Grayscale: #C0C0C0. Windows color (decimal): -1129421 or 3392750. OLE color: 3392750.

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

Color convert

RGB 238 196 51 -
CMYK 0 0.18 0.79 0.07
HSL 46.52º 0.85% 0.57% -
HSV(B) 46.52º 0.79% 0.93% -
XYZ 55.6 57.9 11.38 -
YUV 192.03 48.41 160.79 -
System Red Green Blue C M Y K H S L
Decimal 238 196 51 0 0.18 0.79 0.07 46.52 0.85 0.57
Hex EE C4 33 0 12 4F 7 2F 55 39
Octal 356 304 63 0 22 117 7 57 125 71
Binary 11101110 11000100 110011 0 10010 1001111 111 101111 1010101 111001

Color Harmonies of #EEC433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC433

Black with #EEC433

Text Example


Text Example

White with #EEC433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC433; }

 p { color: rgb(238,196,51); }

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

background-color css

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

 a { background-color: rgb(238,196,51); }

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

border-color css

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

 span { border-color: rgb(238,196,51); }

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