Html Css Color HEX #E0D529 Golden Fizz

📋 copy color: '#E0D529'

red 224 ◦ green 213 ◦ blue 41

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

Shades of Golden Fizz #E0D529

Tints of Golden Fizz #E0D529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.58%

R = 46.86%
G = 44.56%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E0D529 (or 0xE0D529) is known color: Golden Fizz. HEX triplet: E0, D5 and 29. RGB value is (224,213,41). Sum of RGB (Red+Green+Blue) = 224+213+41=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 41 (16.41% from 255 or 8.58% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D529 is #1F2AD6. Grayscale: #C5C5C5. Windows color (decimal): -2042583 or 2741728. OLE color: 2741728.

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

Color convert

RGB 224 213 41 -
CMYK 0 0.05 0.82 0.12
HSL 56.39º 0.75% 0.52% -
HSV(B) 56.39º 0.82% 0.88% -
XYZ 54.93 63.6 11.48 -
YUV 196.68 40.14 147.49 -
System Red Green Blue C M Y K H S L
Decimal 224 213 41 0 0.05 0.82 0.12 56.39 0.75 0.52
Hex E0 D5 29 0 5 52 C 38 4B 34
Octal 340 325 51 0 5 122 14 70 113 64
Binary 11100000 11010101 101001 0 101 1010010 1100 111000 1001011 110100

Color Harmonies of #E0D529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D529

Black with #E0D529

Text Example


Text Example

White with #E0D529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D529; }

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

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

background-color css

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

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

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

border-color css

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

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

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