Html Css Color HEX #EEC545 Festival

📋 copy color: '#EEC545'

red 238 ◦ green 197 ◦ blue 69

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

Shades of Festival #EEC545

Tints of Festival #EEC545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.69%

R = 47.22%
G = 39.09%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EEC545 (or 0xEEC545) is known color: Festival. HEX triplet: EE, C5 and 45. RGB value is (238,197,69). Sum of RGB (Red+Green+Blue) = 238+197+69=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 69 (27.34% from 255 or 13.69% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC545 is #113ABA. Grayscale: #C3C3C3. Windows color (decimal): -1129147 or 4572654. OLE color: 4572654.

HSL color Cylindrical-coordinate representation of color #EEC545: hue angle of 45.44º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEC545 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 197 69 -
CMYK 0 0.17 0.71 0.07
HSL 45.44º 0.83% 0.6% -
HSV(B) 45.44º 0.71% 0.93% -
XYZ 56.3 58.54 13.96 -
YUV 194.67 57.08 158.91 -
System Red Green Blue C M Y K H S L
Decimal 238 197 69 0 0.17 0.71 0.07 45.44 0.83 0.6
Hex EE C5 45 0 11 47 7 2D 53 3C
Octal 356 305 105 0 21 107 7 55 123 74
Binary 11101110 11000101 1000101 0 10001 1000111 111 101101 1010011 111100

Color Harmonies of #EEC545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC545

Black with #EEC545

Text Example


Text Example

White with #EEC545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC545; }

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

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

background-color css

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

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

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

border-color css

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

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

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