Html Css Color HEX #EEDE28 Golden Fizz

📋 copy color: '#EEDE28'

red 238 ◦ green 222 ◦ blue 40

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

Shades of Golden Fizz #EEDE28

Tints of Golden Fizz #EEDE28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8%

R = 47.6%
G = 44.4%
B = 8%

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

#EEDE28 (or 0xEEDE28) is known color: Golden Fizz. HEX triplet: EE, DE and 28. RGB value is (238,222,40). Sum of RGB (Red+Green+Blue) = 238+222+40=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 40 (16.02% from 255 or 8% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDE28 is #1121D7. Grayscale: #CECECE. Windows color (decimal): -1122776 or 2678510. OLE color: 2678510.

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

Color convert

RGB 238 222 40 -
CMYK 0 0.07 0.83 0.07
HSL 55.15º 0.85% 0.55% -
HSV(B) 55.15º 0.83% 0.93% -
XYZ 61.76 70.57 12.37 -
YUV 206.04 34.3 150.8 -
System Red Green Blue C M Y K H S L
Decimal 238 222 40 0 0.07 0.83 0.07 55.15 0.85 0.55
Hex EE DE 28 0 7 53 7 37 55 37
Octal 356 336 50 0 7 123 7 67 125 67
Binary 11101110 11011110 101000 0 111 1010011 111 110111 1010101 110111

Color Harmonies of #EEDE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE28

Black with #EEDE28

Text Example


Text Example

White with #EEDE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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