Html Css Color HEX #EED146 Festival

📋 copy color: '#EED146'

red 238 ◦ green 209 ◦ blue 70

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

Shades of Festival #EED146

Tints of Festival #EED146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.54%

R = 46.03%
G = 40.43%
B = 13.54%

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

#EED146 (or 0xEED146) is known color: Festival. HEX triplet: EE, D1 and 46. RGB value is (238,209,70). Sum of RGB (Red+Green+Blue) = 238+209+70=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 70 (27.73% from 255 or 13.54% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EED146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED146 is #112EB9. Grayscale: #CACACA. Windows color (decimal): -1126074 or 4641262. OLE color: 4641262.

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

Color convert

RGB 238 209 70 -
CMYK 0 0.12 0.71 0.07
HSL 49.64º 0.83% 0.6% -
HSV(B) 49.64º 0.71% 0.93% -
XYZ 59.17 64.22 15.07 -
YUV 201.83 53.61 153.8 -
System Red Green Blue C M Y K H S L
Decimal 238 209 70 0 0.12 0.71 0.07 49.64 0.83 0.6
Hex EE D1 46 0 C 47 7 32 53 3C
Octal 356 321 106 0 14 107 7 62 123 74
Binary 11101110 11010001 1000110 0 1100 1000111 111 110010 1010011 111100

Color Harmonies of #EED146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED146

Black with #EED146

Text Example


Text Example

White with #EED146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED146; }

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

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

background-color css

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

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

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

border-color css

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

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

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