Html Css Color HEX #EEC141 Festival

📋 copy color: '#EEC141'

red 238 ◦ green 193 ◦ blue 65

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

Shades of Festival #EEC141

Tints of Festival #EEC141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.91%

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

R = 47.98%
G = 38.91%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EEC141 (or 0xEEC141) is known color: Festival. HEX triplet: EE, C1 and 41. RGB value is (238,193,65). Sum of RGB (Red+Green+Blue) = 238+193+65=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 65 (25.78% from 255 or 13.10% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC141 is #113EBE. Grayscale: #C0C0C0. Windows color (decimal): -1130175 or 4309486. OLE color: 4309486.

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

Color convert

RGB 238 193 65 -
CMYK 0 0.19 0.73 0.07
HSL 44.39º 0.84% 0.59% -
HSV(B) 44.39º 0.73% 0.93% -
XYZ 55.28 56.7 13.03 -
YUV 191.86 56.41 160.91 -
System Red Green Blue C M Y K H S L
Decimal 238 193 65 0 0.19 0.73 0.07 44.39 0.84 0.59
Hex EE C1 41 0 13 49 7 2C 54 3B
Octal 356 301 101 0 23 111 7 54 124 73
Binary 11101110 11000001 1000001 0 10011 1001001 111 101100 1010100 111011

Color Harmonies of #EEC141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC141

Black with #EEC141

Text Example


Text Example

White with #EEC141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC141; }

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

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

background-color css

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

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

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

border-color css

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

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

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