Html Css Color HEX #EEC241 Festival

📋 copy color: '#EEC241'

red 238 ◦ green 194 ◦ blue 65

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

Shades of Festival #EEC241

Tints of Festival #EEC241

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.03%

 BLUE value IS 65 (25.78% from 255) = 13.08%

R = 47.89%
G = 39.03%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EEC241 (or 0xEEC241) is known color: Festival. HEX triplet: EE, C2 and 41. RGB value is (238,194,65). Sum of RGB (Red+Green+Blue) = 238+194+65=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC241 is #113DBE. Grayscale: #C1C1C1. Windows color (decimal): -1129919 or 4309742. OLE color: 4309742.

HSL color Cylindrical-coordinate representation of color #EEC241: hue angle of 44.74º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEC241 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 194 65 -
CMYK 0 0.18 0.73 0.07
HSL 44.74º 0.84% 0.59% -
HSV(B) 44.74º 0.73% 0.93% -
XYZ 55.51 57.14 13.11 -
YUV 192.45 56.08 160.49 -
System Red Green Blue C M Y K H S L
Decimal 238 194 65 0 0.18 0.73 0.07 44.74 0.84 0.59
Hex EE C2 41 0 12 49 7 2D 54 3B
Octal 356 302 101 0 22 111 7 55 124 73
Binary 11101110 11000010 1000001 0 10010 1001001 111 101101 1010100 111011

Color Harmonies of #EEC241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC241

Black with #EEC241

Text Example


Text Example

White with #EEC241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC241; }

 p { color: rgb(238,194,65); }

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

background-color css

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

 a { background-color: rgb(238,194,65); }

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

border-color css

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

 span { border-color: rgb(238,194,65); }

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