Html Css Color HEX #EEDB29 Golden Fizz

📋 copy color: '#EEDB29'

red 238 ◦ green 219 ◦ blue 41

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

Shades of Golden Fizz #EEDB29

Tints of Golden Fizz #EEDB29

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.98%

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

R = 47.79%
G = 43.98%
B = 8.23%

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

#EEDB29 (or 0xEEDB29) is known color: Golden Fizz. HEX triplet: EE, DB and 29. RGB value is (238,219,41). Sum of RGB (Red+Green+Blue) = 238+219+41=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 41 (16.41% from 255 or 8.23% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB29 is #1124D6. Grayscale: #CDCDCD. Windows color (decimal): -1123543 or 2743278. OLE color: 2743278.

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

Color convert

RGB 238 219 41 -
CMYK 0 0.08 0.83 0.07
HSL 54.21º 0.85% 0.55% -
HSV(B) 54.21º 0.83% 0.93% -
XYZ 60.99 69 12.2 -
YUV 204.39 35.79 151.97 -
System Red Green Blue C M Y K H S L
Decimal 238 219 41 0 0.08 0.83 0.07 54.21 0.85 0.55
Hex EE DB 29 0 8 53 7 36 55 37
Octal 356 333 51 0 10 123 7 66 125 67
Binary 11101110 11011011 101001 0 1000 1010011 111 110110 1010101 110111

Color Harmonies of #EEDB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB29

Black with #EEDB29

Text Example


Text Example

White with #EEDB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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