Html Css Color HEX #E0D928 Golden Fizz

📋 copy color: '#E0D928'

red 224 ◦ green 217 ◦ blue 40

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

Shades of Golden Fizz #E0D928

Tints of Golden Fizz #E0D928

RGB

 RED value IS 224 (87.89% from 255) = 46.57%

 GREEN value IS 217 (85.16% from 255) = 45.11%

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

R = 46.57%
G = 45.11%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E0D928 (or 0xE0D928) is known color: Golden Fizz. HEX triplet: E0, D9 and 28. RGB value is (224,217,40). Sum of RGB (Red+Green+Blue) = 224+217+40=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D928 is #1F26D7. Grayscale: #C7C7C7. Windows color (decimal): -2041560 or 2677216. OLE color: 2677216.

HSL color Cylindrical-coordinate representation of color #E0D928: hue angle of 57.72º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0D928 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 217 40 -
CMYK 0 0.03 0.82 0.12
HSL 57.72º 0.75% 0.52% -
HSV(B) 57.72º 0.82% 0.88% -
XYZ 55.94 65.63 11.73 -
YUV 198.92 38.32 145.89 -
System Red Green Blue C M Y K H S L
Decimal 224 217 40 0 0.03 0.82 0.12 57.72 0.75 0.52
Hex E0 D9 28 0 3 52 C 3A 4B 34
Octal 340 331 50 0 3 122 14 72 113 64
Binary 11100000 11011001 101000 0 11 1010010 1100 111010 1001011 110100

Color Harmonies of #E0D928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D928

Black with #E0D928

Text Example


Text Example

White with #E0D928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D928; }

 p { color: rgb(224,217,40); }

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

background-color css

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

 a { background-color: rgb(224,217,40); }

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

border-color css

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

 span { border-color: rgb(224,217,40); }

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