Html Css Color HEX #EEC94C Festival

📋 copy color: '#EEC94C'

red 238 ◦ green 201 ◦ blue 76

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

Shades of Festival #EEC94C

Tints of Festival #EEC94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.76%

R = 46.21%
G = 39.03%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEC94C (or 0xEEC94C) is known color: Festival. HEX triplet: EE, C9 and 4C. RGB value is (238,201,76). Sum of RGB (Red+Green+Blue) = 238+201+76=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 76 (30.08% from 255 or 14.76% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC94C is #1136B3. Grayscale: #C6C6C6. Windows color (decimal): -1128116 or 5032430. OLE color: 5032430.

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

Color convert

RGB 238 201 76 -
CMYK 0 0.16 0.68 0.07
HSL 46.3º 0.83% 0.62% -
HSV(B) 46.3º 0.68% 0.93% -
XYZ 57.45 60.47 15.48 -
YUV 197.81 59.26 156.66 -
System Red Green Blue C M Y K H S L
Decimal 238 201 76 0 0.16 0.68 0.07 46.3 0.83 0.62
Hex EE C9 4C 0 10 44 7 2E 53 3E
Octal 356 311 114 0 20 104 7 56 123 76
Binary 11101110 11001001 1001100 0 10000 1000100 111 101110 1010011 111110

Color Harmonies of #EEC94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC94C

Black with #EEC94C

Text Example


Text Example

White with #EEC94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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