#EED33D

Color #EED33D Festival (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Festival #EED33D

Tints of Festival #EED33D

Color information

#EED33D (or 0xEED33D) is unknown color: approx Festival. HEX triplet: EE, D3 and 3D. RGB value is (238,211,61). Sum of RGB (Red+Green+Blue) = 238+211+61=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 61 (24.22% from 255 or 11.96% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EED33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED33D is #112CC2. Grayscale: #CACACA. Windows color (decimal): -1125571 or 4051950. OLE color: 4051950.

HSL color Cylindrical-coordinate representation of color #EED33D: hue angle of 50.85º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EED33D is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB23821161-
CMYK00.110.740.07
HSL50.85º83.89%58.63%-
HSV(B)50.85º74.37%93.33%-
XYZ59.465.113.85-
YUV201.9748.45153.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.67%
GREEN value IS 211 (82.81% from 255) = 41.37%
BLUE value IS 61 (24.22% from 255) = 11.96%
R=46.67%
G=41.37%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382116100.110.740.0750.8583.8958.63
HexEED33D0B4A733543b
Octal3563237501311276312473
Binary11101110110100111111010101110010101111100111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED33D; }

 p { color: rgb(238,211,61); }

 H1.HeaderClassName
 {
   color: #EED33D;
 }
 .AnyTagClassName
 {
   color: #EED33D;
 }
</style>
background-color css

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

 a { background-color: rgb(238,211,61); }

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

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

 span { border-color: rgb(238,211,61); }

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