Html Css Color HEX #EEC335 Saffron

📋 copy color: '#EEC335'

red 238 ◦ green 195 ◦ blue 53

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

Shades of Saffron #EEC335

Tints of Saffron #EEC335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.91%

R = 48.97%
G = 40.12%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EEC335 (or 0xEEC335) is known color: Saffron. HEX triplet: EE, C3 and 35. RGB value is (238,195,53). Sum of RGB (Red+Green+Blue) = 238+195+53=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 53 (21.09% from 255 or 10.91% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC335 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC335 is #113CCA. Grayscale: #C0C0C0. Windows color (decimal): -1129675 or 3523566. OLE color: 3523566.

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

Color convert

RGB 238 195 53 -
CMYK 0 0.18 0.78 0.07
HSL 46.05º 0.84% 0.57% -
HSV(B) 46.05º 0.78% 0.93% -
XYZ 55.42 57.46 11.54 -
YUV 191.67 49.75 161.05 -
System Red Green Blue C M Y K H S L
Decimal 238 195 53 0 0.18 0.78 0.07 46.05 0.84 0.57
Hex EE C3 35 0 12 4E 7 2E 54 39
Octal 356 303 65 0 22 116 7 56 124 71
Binary 11101110 11000011 110101 0 10010 1001110 111 101110 1010100 111001

Color Harmonies of #EEC335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC335

Black with #EEC335

Text Example


Text Example

White with #EEC335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC335; }

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

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

background-color css

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

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

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

border-color css

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

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

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