Html Css Color HEX #E0D72D Golden Fizz

📋 copy color: '#E0D72D'

red 224 ◦ green 215 ◦ blue 45

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

Shades of Golden Fizz #E0D72D

Tints of Golden Fizz #E0D72D

RGB

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

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

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

R = 46.28%
G = 44.42%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0D72D (or 0xE0D72D) is known color: Golden Fizz. HEX triplet: E0, D7 and 2D. RGB value is (224,215,45). Sum of RGB (Red+Green+Blue) = 224+215+45=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D72D is #1F28D2. Grayscale: #C7C7C7. Windows color (decimal): -2042067 or 3004384. OLE color: 3004384.

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

Color convert

RGB 224 215 45 -
CMYK 0 0.04 0.80 0.12
HSL 56.98º 0.74% 0.53% -
HSV(B) 56.98º 0.8% 0.88% -
XYZ 55.51 64.64 12.03 -
YUV 198.31 41.48 146.32 -
System Red Green Blue C M Y K H S L
Decimal 224 215 45 0 0.04 0.80 0.12 56.98 0.74 0.53
Hex E0 D7 2D 0 4 50 C 39 4A 35
Octal 340 327 55 0 4 120 14 71 112 65
Binary 11100000 11010111 101101 0 100 1010000 1100 111001 1001010 110101

Color Harmonies of #E0D72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D72D

Black with #E0D72D

Text Example


Text Example

White with #E0D72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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