Html Css Color HEX #EED041 Festival

📋 copy color: '#EED041'

red 238 ◦ green 208 ◦ blue 65

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

Shades of Festival #EED041

Tints of Festival #EED041

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.7%

 BLUE value IS 65 (25.78% from 255) = 12.72%

R = 46.58%
G = 40.7%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EED041 (or 0xEED041) is known color: Festival. HEX triplet: EE, D0 and 41. RGB value is (238,208,65). Sum of RGB (Red+Green+Blue) = 238+208+65=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EED041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED041 is #112FBE. Grayscale: #C9C9C9. Windows color (decimal): -1126335 or 4313326. OLE color: 4313326.

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

Color convert

RGB 238 208 65 -
CMYK 0 0.13 0.73 0.07
HSL 49.6º 0.84% 0.59% -
HSV(B) 49.6º 0.73% 0.93% -
XYZ 58.77 63.67 14.19 -
YUV 200.67 51.44 154.63 -
System Red Green Blue C M Y K H S L
Decimal 238 208 65 0 0.13 0.73 0.07 49.6 0.84 0.59
Hex EE D0 41 0 D 49 7 32 54 3B
Octal 356 320 101 0 15 111 7 62 124 73
Binary 11101110 11010000 1000001 0 1101 1001001 111 110010 1010100 111011

Color Harmonies of #EED041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED041

Black with #EED041

Text Example


Text Example

White with #EED041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED041; }

 p { color: rgb(238,208,65); }

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

background-color css

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

 a { background-color: rgb(238,208,65); }

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

border-color css

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

 span { border-color: rgb(238,208,65); }

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