Html Css Color HEX #EED140 Festival

📋 copy color: '#EED140'

red 238 ◦ green 209 ◦ blue 64

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

Shades of Festival #EED140

Tints of Festival #EED140

RGB

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

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

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

R = 46.58%
G = 40.9%
B = 12.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EED140 (or 0xEED140) is known color: Festival. HEX triplet: EE, D1 and 40. RGB value is (238,209,64). Sum of RGB (Red+Green+Blue) = 238+209+64=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 64 (25.39% from 255 or 12.52% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EED140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED140 is #112EBF. Grayscale: #C9C9C9. Windows color (decimal): -1126080 or 4248046. OLE color: 4248046.

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

Color convert

RGB 238 209 64 -
CMYK 0 0.12 0.73 0.07
HSL 50º 0.84% 0.59% -
HSV(B) 50º 0.73% 0.93% -
XYZ 58.99 64.15 14.12 -
YUV 201.14 50.61 154.29 -
System Red Green Blue C M Y K H S L
Decimal 238 209 64 0 0.12 0.73 0.07 50 0.84 0.59
Hex EE D1 40 0 C 49 7 32 54 3B
Octal 356 321 100 0 14 111 7 62 124 73
Binary 11101110 11010001 1000000 0 1100 1001001 111 110010 1010100 111011

Color Harmonies of #EED140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED140

Black with #EED140

Text Example


Text Example

White with #EED140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED140; }

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

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

background-color css

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

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

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

border-color css

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

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

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