Html Css Color HEX #EEED29 Golden Fizz

📋 copy color: '#EEED29'

red 238 ◦ green 237 ◦ blue 41

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

Shades of Golden Fizz #EEED29

Tints of Golden Fizz #EEED29

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.93%

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

R = 46.12%
G = 45.93%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EEED29 (or 0xEEED29) is known color: Golden Fizz. HEX triplet: EE, ED and 29. RGB value is (238,237,41). Sum of RGB (Red+Green+Blue) = 238+237+41=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 41 (16.41% from 255 or 7.95% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED29 is #1112D6. Grayscale: #D7D7D7. Windows color (decimal): -1118935 or 2747886. OLE color: 2747886.

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

Color convert

RGB 238 237 41 -
CMYK 0 0.00 0.83 0.07
HSL 59.7º 0.85% 0.55% -
HSV(B) 59.7º 0.83% 0.93% -
XYZ 65.94 78.91 13.85 -
YUV 214.96 29.83 144.44 -
System Red Green Blue C M Y K H S L
Decimal 238 237 41 0 0.00 0.83 0.07 59.7 0.85 0.55
Hex EE ED 29 0 0 53 7 3C 55 37
Octal 356 355 51 0 0 123 7 74 125 67
Binary 11101110 11101101 101001 0 0 1010011 111 111100 1010101 110111

Color Harmonies of #EEED29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED29

Black with #EEED29

Text Example


Text Example

White with #EEED29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED29; }

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

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

background-color css

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

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

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

border-color css

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

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

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