Html Css Color HEX #EEC333 Saffron

📋 copy color: '#EEC333'

red 238 ◦ green 195 ◦ blue 51

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

Shades of Saffron #EEC333

Tints of Saffron #EEC333

RGB

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

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

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

R = 49.17%
G = 40.29%
B = 10.54%

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

#EEC333 (or 0xEEC333) is known color: Saffron. HEX triplet: EE, C3 and 33. RGB value is (238,195,51). Sum of RGB (Red+Green+Blue) = 238+195+51=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 51 (20.31% from 255 or 10.54% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC333 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC333 is #113CCC. Grayscale: #C0C0C0. Windows color (decimal): -1129677 or 3392494. OLE color: 3392494.

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

Color convert

RGB 238 195 51 -
CMYK 0 0.18 0.79 0.07
HSL 46.2º 0.85% 0.57% -
HSV(B) 46.2º 0.79% 0.93% -
XYZ 55.37 57.45 11.3 -
YUV 191.44 48.75 161.21 -
System Red Green Blue C M Y K H S L
Decimal 238 195 51 0 0.18 0.79 0.07 46.2 0.85 0.57
Hex EE C3 33 0 12 4F 7 2E 55 39
Octal 356 303 63 0 22 117 7 56 125 71
Binary 11101110 11000011 110011 0 10010 1001111 111 101110 1010101 111001

Color Harmonies of #EEC333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC333

Black with #EEC333

Text Example


Text Example

White with #EEC333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC333; }

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

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

background-color css

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

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

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

border-color css

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

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

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