Html Css Color HEX #E0D92D Golden Fizz

📋 copy color: '#E0D92D'

red 224 ◦ green 217 ◦ blue 45

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

Shades of Golden Fizz #E0D92D

Tints of Golden Fizz #E0D92D

RGB

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

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

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

R = 46.09%
G = 44.65%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0D92D (or 0xE0D92D) is known color: Golden Fizz. HEX triplet: E0, D9 and 2D. RGB value is (224,217,45). Sum of RGB (Red+Green+Blue) = 224+217+45=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D92D is #1F26D2. Grayscale: #C8C8C8. Windows color (decimal): -2041555 or 3004896. OLE color: 3004896.

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

Color convert

RGB 224 217 45 -
CMYK 0 0.03 0.80 0.12
HSL 57.65º 0.74% 0.53% -
HSV(B) 57.65º 0.8% 0.88% -
XYZ 56.03 65.66 12.2 -
YUV 199.49 40.82 145.49 -
System Red Green Blue C M Y K H S L
Decimal 224 217 45 0 0.03 0.80 0.12 57.65 0.74 0.53
Hex E0 D9 2D 0 3 50 C 3A 4A 35
Octal 340 331 55 0 3 120 14 72 112 65
Binary 11100000 11011001 101101 0 11 1010000 1100 111010 1001010 110101

Color Harmonies of #E0D92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D92D

Black with #E0D92D

Text Example


Text Example

White with #E0D92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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