Html Css Color HEX #EED147 Festival

📋 copy color: '#EED147'

red 238 ◦ green 209 ◦ blue 71

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

Shades of Festival #EED147

Tints of Festival #EED147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.71%

R = 45.95%
G = 40.35%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EED147 (or 0xEED147) is known color: Festival. HEX triplet: EE, D1 and 47. RGB value is (238,209,71). Sum of RGB (Red+Green+Blue) = 238+209+71=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 71 (28.12% from 255 or 13.71% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EED147 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED147 is #112EB8. Grayscale: #CACACA. Windows color (decimal): -1126073 or 4706798. OLE color: 4706798.

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

Color convert

RGB 238 209 71 -
CMYK 0 0.12 0.70 0.07
HSL 49.58º 0.83% 0.61% -
HSV(B) 49.58º 0.7% 0.93% -
XYZ 59.2 64.23 15.24 -
YUV 201.94 54.11 153.72 -
System Red Green Blue C M Y K H S L
Decimal 238 209 71 0 0.12 0.70 0.07 49.58 0.83 0.61
Hex EE D1 47 0 C 46 7 32 53 3D
Octal 356 321 107 0 14 106 7 62 123 75
Binary 11101110 11010001 1000111 0 1100 1000110 111 110010 1010011 111101

Color Harmonies of #EED147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED147

Black with #EED147

Text Example


Text Example

White with #EED147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED147; }

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

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

background-color css

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

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

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

border-color css

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

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

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