Html Css Color HEX #EEC533 Saffron

📋 copy color: '#EEC533'

red 238 ◦ green 197 ◦ blue 51

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

Shades of Saffron #EEC533

Tints of Saffron #EEC533

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.53%

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

R = 48.97%
G = 40.53%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EEC533 (or 0xEEC533) is known color: Saffron. HEX triplet: EE, C5 and 33. RGB value is (238,197,51). Sum of RGB (Red+Green+Blue) = 238+197+51=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 51 (20.31% from 255 or 10.49% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC533 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC533 is #113ACC. Grayscale: #C1C1C1. Windows color (decimal): -1129165 or 3393006. OLE color: 3393006.

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

Color convert

RGB 238 197 51 -
CMYK 0 0.17 0.79 0.07
HSL 46.84º 0.85% 0.57% -
HSV(B) 46.84º 0.79% 0.93% -
XYZ 55.82 58.35 11.45 -
YUV 192.62 48.08 160.37 -
System Red Green Blue C M Y K H S L
Decimal 238 197 51 0 0.17 0.79 0.07 46.84 0.85 0.57
Hex EE C5 33 0 11 4F 7 2F 55 39
Octal 356 305 63 0 21 117 7 57 125 71
Binary 11101110 11000101 110011 0 10001 1001111 111 101111 1010101 111001

Color Harmonies of #EEC533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC533

Black with #EEC533

Text Example


Text Example

White with #EEC533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC533; }

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

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

background-color css

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

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

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

border-color css

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

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

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