Html Css Color HEX #EEC735 Saffron

📋 copy color: '#EEC735'

red 238 ◦ green 199 ◦ blue 53

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

Shades of Saffron #EEC735

Tints of Saffron #EEC735

RGB

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

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

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

R = 48.57%
G = 40.61%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EEC735 (or 0xEEC735) is known color: Saffron. HEX triplet: EE, C7 and 35. RGB value is (238,199,53). Sum of RGB (Red+Green+Blue) = 238+199+53=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 53 (21.09% from 255 or 10.82% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC735 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC735 is #1138CA. Grayscale: #C2C2C2. Windows color (decimal): -1128651 or 3524590. OLE color: 3524590.

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

Color convert

RGB 238 199 53 -
CMYK 0 0.16 0.78 0.07
HSL 47.35º 0.84% 0.57% -
HSV(B) 47.35º 0.78% 0.93% -
XYZ 56.33 59.28 11.84 -
YUV 194.02 48.42 159.37 -
System Red Green Blue C M Y K H S L
Decimal 238 199 53 0 0.16 0.78 0.07 47.35 0.84 0.57
Hex EE C7 35 0 10 4E 7 2F 54 39
Octal 356 307 65 0 20 116 7 57 124 71
Binary 11101110 11000111 110101 0 10000 1001110 111 101111 1010100 111001

Color Harmonies of #EEC735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC735

Black with #EEC735

Text Example


Text Example

White with #EEC735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC735; }

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

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

background-color css

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

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

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

border-color css

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

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

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