Html Css Color HEX #EEDC29 Golden Fizz

📋 copy color: '#EEDC29'

red 238 ◦ green 220 ◦ blue 41

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

Shades of Golden Fizz #EEDC29

Tints of Golden Fizz #EEDC29

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.09%

 BLUE value IS 41 (16.41% from 255) = 8.22%

R = 47.7%
G = 44.09%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EEDC29 (or 0xEEDC29) is known color: Golden Fizz. HEX triplet: EE, DC and 29. RGB value is (238,220,41). Sum of RGB (Red+Green+Blue) = 238+220+41=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 41 (16.41% from 255 or 8.22% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDC29 is #1123D6. Grayscale: #CDCDCD. Windows color (decimal): -1123287 or 2743534. OLE color: 2743534.

HSL color Cylindrical-coordinate representation of color #EEDC29: hue angle of 54.52º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEDC29 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 220 41 -
CMYK 0 0.08 0.83 0.07
HSL 54.52º 0.85% 0.55% -
HSV(B) 54.52º 0.83% 0.93% -
XYZ 61.25 69.52 12.29 -
YUV 204.98 35.46 151.55 -
System Red Green Blue C M Y K H S L
Decimal 238 220 41 0 0.08 0.83 0.07 54.52 0.85 0.55
Hex EE DC 29 0 8 53 7 37 55 37
Octal 356 334 51 0 10 123 7 67 125 67
Binary 11101110 11011100 101001 0 1000 1010011 111 110111 1010101 110111

Color Harmonies of #EEDC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC29

Black with #EEDC29

Text Example


Text Example

White with #EEDC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC29; }

 p { color: rgb(238,220,41); }

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

background-color css

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

 a { background-color: rgb(238,220,41); }

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

border-color css

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

 span { border-color: rgb(238,220,41); }

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