Html Css Color HEX #EEDF28 Golden Fizz

📋 copy color: '#EEDF28'

red 238 ◦ green 223 ◦ blue 40

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

Shades of Golden Fizz #EEDF28

Tints of Golden Fizz #EEDF28

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.51%

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

R = 47.5%
G = 44.51%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EEDF28 (or 0xEEDF28) is known color: Golden Fizz. HEX triplet: EE, DF and 28. RGB value is (238,223,40). Sum of RGB (Red+Green+Blue) = 238+223+40=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 40 (16.02% from 255 or 7.98% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDF28 is #1120D7. Grayscale: #CFCFCF. Windows color (decimal): -1122520 or 2678766. OLE color: 2678766.

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

Color convert

RGB 238 223 40 -
CMYK 0 0.06 0.83 0.07
HSL 55.45º 0.85% 0.55% -
HSV(B) 55.45º 0.83% 0.93% -
XYZ 62.03 71.11 12.46 -
YUV 206.62 33.97 150.38 -
System Red Green Blue C M Y K H S L
Decimal 238 223 40 0 0.06 0.83 0.07 55.45 0.85 0.55
Hex EE DF 28 0 6 53 7 37 55 37
Octal 356 337 50 0 6 123 7 67 125 67
Binary 11101110 11011111 101000 0 110 1010011 111 110111 1010101 110111

Color Harmonies of #EEDF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF28

Black with #EEDF28

Text Example


Text Example

White with #EEDF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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