Html Css Color HEX #EED540 Festival

📋 copy color: '#EED540'

red 238 ◦ green 213 ◦ blue 64

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

Shades of Festival #EED540

Tints of Festival #EED540

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.36%

 BLUE value IS 64 (25.39% from 255) = 12.43%

R = 46.21%
G = 41.36%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EED540 (or 0xEED540) is known color: Festival. HEX triplet: EE, D5 and 40. RGB value is (238,213,64). Sum of RGB (Red+Green+Blue) = 238+213+64=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EED540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED540 is #112ABF. Grayscale: #CCCCCC. Windows color (decimal): -1125056 or 4249070. OLE color: 4249070.

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

Color convert

RGB 238 213 64 -
CMYK 0 0.11 0.73 0.07
HSL 51.38º 0.84% 0.59% -
HSV(B) 51.38º 0.73% 0.93% -
XYZ 59.98 66.14 14.45 -
YUV 203.49 49.28 152.62 -
System Red Green Blue C M Y K H S L
Decimal 238 213 64 0 0.11 0.73 0.07 51.38 0.84 0.59
Hex EE D5 40 0 B 49 7 33 54 3B
Octal 356 325 100 0 13 111 7 63 124 73
Binary 11101110 11010101 1000000 0 1011 1001001 111 110011 1010100 111011

Color Harmonies of #EED540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED540

Black with #EED540

Text Example


Text Example

White with #EED540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED540; }

 p { color: rgb(238,213,64); }

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

background-color css

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

 a { background-color: rgb(238,213,64); }

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

border-color css

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

 span { border-color: rgb(238,213,64); }

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