Html Css Color HEX #EEDD28 Golden Fizz

📋 copy color: '#EEDD28'

red 238 ◦ green 221 ◦ blue 40

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

Shades of Golden Fizz #EEDD28

Tints of Golden Fizz #EEDD28

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.29%

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

R = 47.7%
G = 44.29%
B = 8.02%

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

#EEDD28 (or 0xEEDD28) is known color: Golden Fizz. HEX triplet: EE, DD and 28. RGB value is (238,221,40). Sum of RGB (Red+Green+Blue) = 238+221+40=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 40 (16.02% from 255 or 8.02% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDD28 is #1122D7. Grayscale: #CECECE. Windows color (decimal): -1123032 or 2678254. OLE color: 2678254.

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

Color convert

RGB 238 221 40 -
CMYK 0 0.07 0.83 0.07
HSL 54.85º 0.85% 0.55% -
HSV(B) 54.85º 0.83% 0.93% -
XYZ 61.5 70.04 12.29 -
YUV 205.45 34.63 151.22 -
System Red Green Blue C M Y K H S L
Decimal 238 221 40 0 0.07 0.83 0.07 54.85 0.85 0.55
Hex EE DD 28 0 7 53 7 37 55 37
Octal 356 335 50 0 7 123 7 67 125 67
Binary 11101110 11011101 101000 0 111 1010011 111 110111 1010101 110111

Color Harmonies of #EEDD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD28

Black with #EEDD28

Text Example


Text Example

White with #EEDD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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