Html Css Color HEX #EED142 Festival

📋 copy color: '#EED142'

red 238 ◦ green 209 ◦ blue 66

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

Shades of Festival #EED142

Tints of Festival #EED142

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.74%

 BLUE value IS 66 (26.17% from 255) = 12.87%

R = 46.39%
G = 40.74%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EED142 (or 0xEED142) is known color: Festival. HEX triplet: EE, D1 and 42. RGB value is (238,209,66). Sum of RGB (Red+Green+Blue) = 238+209+66=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 66 (26.17% from 255 or 12.87% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EED142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED142 is #112EBD. Grayscale: #C9C9C9. Windows color (decimal): -1126078 or 4379118. OLE color: 4379118.

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

Color convert

RGB 238 209 66 -
CMYK 0 0.12 0.72 0.07
HSL 49.88º 0.83% 0.6% -
HSV(B) 49.88º 0.72% 0.93% -
XYZ 59.04 64.17 14.43 -
YUV 201.37 51.61 154.13 -
System Red Green Blue C M Y K H S L
Decimal 238 209 66 0 0.12 0.72 0.07 49.88 0.83 0.6
Hex EE D1 42 0 C 48 7 32 53 3C
Octal 356 321 102 0 14 110 7 62 123 74
Binary 11101110 11010001 1000010 0 1100 1001000 111 110010 1010011 111100

Color Harmonies of #EED142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED142

Black with #EED142

Text Example


Text Example

White with #EED142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED142; }

 p { color: rgb(238,209,66); }

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

background-color css

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

 a { background-color: rgb(238,209,66); }

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

border-color css

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

 span { border-color: rgb(238,209,66); }

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