Html Css Color HEX #EEC534 Saffron

📋 copy color: '#EEC534'

red 238 ◦ green 197 ◦ blue 52

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

Shades of Saffron #EEC534

Tints of Saffron #EEC534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.68%

R = 48.87%
G = 40.45%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EEC534 (or 0xEEC534) is known color: Saffron. HEX triplet: EE, C5 and 34. RGB value is (238,197,52). Sum of RGB (Red+Green+Blue) = 238+197+52=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 52 (20.70% from 255 or 10.68% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC534 is #113ACB. Grayscale: #C1C1C1. Windows color (decimal): -1129164 or 3458542. OLE color: 3458542.

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

Color convert

RGB 238 197 52 -
CMYK 0 0.17 0.78 0.07
HSL 46.77º 0.85% 0.57% -
HSV(B) 46.77º 0.78% 0.93% -
XYZ 55.85 58.36 11.57 -
YUV 192.73 48.58 160.29 -
System Red Green Blue C M Y K H S L
Decimal 238 197 52 0 0.17 0.78 0.07 46.77 0.85 0.57
Hex EE C5 34 0 11 4E 7 2F 55 39
Octal 356 305 64 0 21 116 7 57 125 71
Binary 11101110 11000101 110100 0 10001 1001110 111 101111 1010101 111001

Color Harmonies of #EEC534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC534

Black with #EEC534

Text Example


Text Example

White with #EEC534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC534; }

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

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

background-color css

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

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

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

border-color css

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

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

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