Html Css Color HEX #E0D828 Golden Fizz

📋 copy color: '#E0D828'

red 224 ◦ green 216 ◦ blue 40

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

Shades of Golden Fizz #E0D828

Tints of Golden Fizz #E0D828

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45%

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

R = 46.67%
G = 45%
B = 8.33%

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

#E0D828 (or 0xE0D828) is known color: Golden Fizz. HEX triplet: E0, D8 and 28. RGB value is (224,216,40). Sum of RGB (Red+Green+Blue) = 224+216+40=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 40 (16.02% from 255 or 8.33% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D828 is #1F27D7. Grayscale: #C7C7C7. Windows color (decimal): -2041816 or 2676960. OLE color: 2676960.

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

Color convert

RGB 224 216 40 -
CMYK 0 0.04 0.82 0.12
HSL 57.39º 0.75% 0.52% -
HSV(B) 57.39º 0.82% 0.88% -
XYZ 55.68 65.11 11.64 -
YUV 198.33 38.65 146.31 -
System Red Green Blue C M Y K H S L
Decimal 224 216 40 0 0.04 0.82 0.12 57.39 0.75 0.52
Hex E0 D8 28 0 4 52 C 39 4B 34
Octal 340 330 50 0 4 122 14 71 113 64
Binary 11100000 11011000 101000 0 100 1010010 1100 111001 1001011 110100

Color Harmonies of #E0D828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D828

Black with #E0D828

Text Example


Text Example

White with #E0D828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D828; }

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

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

background-color css

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

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

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

border-color css

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

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

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