Html Css Color HEX #EEC749 Festival

📋 copy color: '#EEC749'

red 238 ◦ green 199 ◦ blue 73

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

Shades of Festival #EEC749

Tints of Festival #EEC749

RGB

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

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

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

R = 46.67%
G = 39.02%
B = 14.31%

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

#EEC749 (or 0xEEC749) is known color: Festival. HEX triplet: EE, C7 and 49. RGB value is (238,199,73). Sum of RGB (Red+Green+Blue) = 238+199+73=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC749 is #1138B6. Grayscale: #C4C4C4. Windows color (decimal): -1128631 or 4835310. OLE color: 4835310.

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

Color convert

RGB 238 199 73 -
CMYK 0 0.16 0.69 0.07
HSL 45.82º 0.83% 0.61% -
HSV(B) 45.82º 0.69% 0.93% -
XYZ 56.89 59.51 14.79 -
YUV 196.3 58.42 157.75 -
System Red Green Blue C M Y K H S L
Decimal 238 199 73 0 0.16 0.69 0.07 45.82 0.83 0.61
Hex EE C7 49 0 10 45 7 2E 53 3D
Octal 356 307 111 0 20 105 7 56 123 75
Binary 11101110 11000111 1001001 0 10000 1000101 111 101110 1010011 111101

Color Harmonies of #EEC749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC749

Black with #EEC749

Text Example


Text Example

White with #EEC749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC749; }

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

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

background-color css

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

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

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

border-color css

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

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

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