Html Css Color HEX #EED441 Festival

📋 copy color: '#EED441'

red 238 ◦ green 212 ◦ blue 65

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

Shades of Festival #EED441

Tints of Festival #EED441

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.17%

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

R = 46.21%
G = 41.17%
B = 12.62%

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

#EED441 (or 0xEED441) is known color: Festival. HEX triplet: EE, D4 and 41. RGB value is (238,212,65). Sum of RGB (Red+Green+Blue) = 238+212+65=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 65 (25.78% from 255 or 12.62% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EED441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED441 is #112BBE. Grayscale: #CBCBCB. Windows color (decimal): -1125311 or 4314350. OLE color: 4314350.

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

Color convert

RGB 238 212 65 -
CMYK 0 0.11 0.73 0.07
HSL 50.98º 0.84% 0.59% -
HSV(B) 50.98º 0.73% 0.93% -
XYZ 59.76 65.65 14.52 -
YUV 203.02 50.11 152.95 -
System Red Green Blue C M Y K H S L
Decimal 238 212 65 0 0.11 0.73 0.07 50.98 0.84 0.59
Hex EE D4 41 0 B 49 7 33 54 3B
Octal 356 324 101 0 13 111 7 63 124 73
Binary 11101110 11010100 1000001 0 1011 1001001 111 110011 1010100 111011

Color Harmonies of #EED441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED441

Black with #EED441

Text Example


Text Example

White with #EED441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED441; }

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

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

background-color css

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

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

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

border-color css

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

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

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