Html Css Color HEX #E0D52D Golden Fizz

📋 copy color: '#E0D52D'

red 224 ◦ green 213 ◦ blue 45

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

Shades of Golden Fizz #E0D52D

Tints of Golden Fizz #E0D52D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.19%

 BLUE value IS 45 (17.97% from 255) = 9.34%

R = 46.47%
G = 44.19%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0D52D (or 0xE0D52D) is known color: Golden Fizz. HEX triplet: E0, D5 and 2D. RGB value is (224,213,45). Sum of RGB (Red+Green+Blue) = 224+213+45=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D52D is #1F2AD2. Grayscale: #C5C5C5. Windows color (decimal): -2042579 or 3003872. OLE color: 3003872.

HSL color Cylindrical-coordinate representation of color #E0D52D: hue angle of 56.31º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0D52D is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 213 45 -
CMYK 0 0.05 0.80 0.12
HSL 56.31º 0.74% 0.53% -
HSV(B) 56.31º 0.8% 0.88% -
XYZ 55.01 63.63 11.86 -
YUV 197.14 42.14 147.16 -
System Red Green Blue C M Y K H S L
Decimal 224 213 45 0 0.05 0.80 0.12 56.31 0.74 0.53
Hex E0 D5 2D 0 5 50 C 38 4A 35
Octal 340 325 55 0 5 120 14 70 112 65
Binary 11100000 11010101 101101 0 101 1010000 1100 111000 1001010 110101

Color Harmonies of #E0D52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D52D

Black with #E0D52D

Text Example


Text Example

White with #E0D52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D52D; }

 p { color: rgb(224,213,45); }

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

background-color css

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

 a { background-color: rgb(224,213,45); }

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

border-color css

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

 span { border-color: rgb(224,213,45); }

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