Html Css Color HEX #EED145 Festival

📋 copy color: '#EED145'

red 238 ◦ green 209 ◦ blue 69

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

Shades of Festival #EED145

Tints of Festival #EED145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.37%

R = 46.12%
G = 40.5%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EED145 (or 0xEED145) is known color: Festival. HEX triplet: EE, D1 and 45. RGB value is (238,209,69). Sum of RGB (Red+Green+Blue) = 238+209+69=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EED145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED145 is #112EBA. Grayscale: #CACACA. Windows color (decimal): -1126075 or 4575726. OLE color: 4575726.

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

Color convert

RGB 238 209 69 -
CMYK 0 0.12 0.71 0.07
HSL 49.7º 0.83% 0.6% -
HSV(B) 49.7º 0.71% 0.93% -
XYZ 59.13 64.21 14.91 -
YUV 201.71 53.11 153.88 -
System Red Green Blue C M Y K H S L
Decimal 238 209 69 0 0.12 0.71 0.07 49.7 0.83 0.6
Hex EE D1 45 0 C 47 7 32 53 3C
Octal 356 321 105 0 14 107 7 62 123 74
Binary 11101110 11010001 1000101 0 1100 1000111 111 110010 1010011 111100

Color Harmonies of #EED145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED145

Black with #EED145

Text Example


Text Example

White with #EED145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED145; }

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

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

background-color css

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

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

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

border-color css

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

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

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