Html Css Color HEX #E0D728 Golden Fizz

📋 copy color: '#E0D728'

red 224 ◦ green 215 ◦ blue 40

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

Shades of Golden Fizz #E0D728

Tints of Golden Fizz #E0D728

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.89%

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

R = 46.76%
G = 44.89%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E0D728 (or 0xE0D728) is known color: Golden Fizz. HEX triplet: E0, D7 and 28. RGB value is (224,215,40). Sum of RGB (Red+Green+Blue) = 224+215+40=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 40 (16.02% from 255 or 8.35% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D728 is #1F28D7. Grayscale: #C6C6C6. Windows color (decimal): -2042072 or 2676704. OLE color: 2676704.

HSL color Cylindrical-coordinate representation of color #E0D728: hue angle of 57.07º 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 #E0D728 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 215 40 -
CMYK 0 0.04 0.82 0.12
HSL 57.07º 0.75% 0.52% -
HSV(B) 57.07º 0.82% 0.88% -
XYZ 55.42 64.6 11.56 -
YUV 197.74 38.98 146.73 -
System Red Green Blue C M Y K H S L
Decimal 224 215 40 0 0.04 0.82 0.12 57.07 0.75 0.52
Hex E0 D7 28 0 4 52 C 39 4B 34
Octal 340 327 50 0 4 122 14 71 113 64
Binary 11100000 11010111 101000 0 100 1010010 1100 111001 1001011 110100

Color Harmonies of #E0D728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D728

Black with #E0D728

Text Example


Text Example

White with #E0D728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D728; }

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

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

background-color css

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

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

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

border-color css

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

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

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