Html Css Color HEX #EEC235 Saffron

📋 copy color: '#EEC235'

red 238 ◦ green 194 ◦ blue 53

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

Shades of Saffron #EEC235

Tints of Saffron #EEC235

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40%

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

R = 49.07%
G = 40%
B = 10.93%

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

#EEC235 (or 0xEEC235) is known color: Saffron. HEX triplet: EE, C2 and 35. RGB value is (238,194,53). Sum of RGB (Red+Green+Blue) = 238+194+53=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 53 (21.09% from 255 or 10.93% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC235 is #113DCA. Grayscale: #BFBFBF. Windows color (decimal): -1129931 or 3523310. OLE color: 3523310.

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

Color convert

RGB 238 194 53 -
CMYK 0 0.18 0.78 0.07
HSL 45.73º 0.84% 0.57% -
HSV(B) 45.73º 0.78% 0.93% -
XYZ 55.19 57.02 11.46 -
YUV 191.08 50.08 161.46 -
System Red Green Blue C M Y K H S L
Decimal 238 194 53 0 0.18 0.78 0.07 45.73 0.84 0.57
Hex EE C2 35 0 12 4E 7 2E 54 39
Octal 356 302 65 0 22 116 7 56 124 71
Binary 11101110 11000010 110101 0 10010 1001110 111 101110 1010100 111001

Color Harmonies of #EEC235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC235

Black with #EEC235

Text Example


Text Example

White with #EEC235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC235; }

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

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

background-color css

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

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

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

border-color css

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

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

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