Html Css Color HEX #EEC949 Festival

📋 copy color: '#EEC949'

red 238 ◦ green 201 ◦ blue 73

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

Shades of Festival #EEC949

Tints of Festival #EEC949

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.26%

 BLUE value IS 73 (28.91% from 255) = 14.26%

R = 46.48%
G = 39.26%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EEC949 (or 0xEEC949) is known color: Festival. HEX triplet: EE, C9 and 49. RGB value is (238,201,73). Sum of RGB (Red+Green+Blue) = 238+201+73=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC949 is #1136B6. Grayscale: #C6C6C6. Windows color (decimal): -1128119 or 4835822. OLE color: 4835822.

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

Color convert

RGB 238 201 73 -
CMYK 0 0.16 0.69 0.07
HSL 46.55º 0.83% 0.61% -
HSV(B) 46.55º 0.69% 0.93% -
XYZ 57.35 60.43 14.95 -
YUV 197.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 238 201 73 0 0.16 0.69 0.07 46.55 0.83 0.61
Hex EE C9 49 0 10 45 7 2F 53 3D
Octal 356 311 111 0 20 105 7 57 123 75
Binary 11101110 11001001 1001001 0 10000 1000101 111 101111 1010011 111101

Color Harmonies of #EEC949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC949

Black with #EEC949

Text Example


Text Example

White with #EEC949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC949; }

 p { color: rgb(238,201,73); }

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

background-color css

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

 a { background-color: rgb(238,201,73); }

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

border-color css

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

 span { border-color: rgb(238,201,73); }

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