Html Css Color HEX #EEDE29 Golden Fizz

📋 copy color: '#EEDE29'

red 238 ◦ green 222 ◦ blue 41

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

Shades of Golden Fizz #EEDE29

Tints of Golden Fizz #EEDE29

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.31%

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

R = 47.5%
G = 44.31%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EEDE29 (or 0xEEDE29) is known color: Golden Fizz. HEX triplet: EE, DE and 29. RGB value is (238,222,41). Sum of RGB (Red+Green+Blue) = 238+222+41=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 41 (16.41% from 255 or 8.18% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDE29 is #1121D6. Grayscale: #CECECE. Windows color (decimal): -1122775 or 2744046. OLE color: 2744046.

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

Color convert

RGB 238 222 41 -
CMYK 0 0.07 0.83 0.07
HSL 55.13º 0.85% 0.55% -
HSV(B) 55.13º 0.83% 0.93% -
XYZ 61.78 70.58 12.46 -
YUV 206.15 34.8 150.72 -
System Red Green Blue C M Y K H S L
Decimal 238 222 41 0 0.07 0.83 0.07 55.13 0.85 0.55
Hex EE DE 29 0 7 53 7 37 55 37
Octal 356 336 51 0 7 123 7 67 125 67
Binary 11101110 11011110 101001 0 111 1010011 111 110111 1010101 110111

Color Harmonies of #EEDE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE29

Black with #EEDE29

Text Example


Text Example

White with #EEDE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE29; }

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

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

background-color css

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

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

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

border-color css

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

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

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