Html Css Color HEX #E5DA28 Golden Fizz

📋 copy color: '#E5DA28'

red 229 ◦ green 218 ◦ blue 40

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

Shades of Golden Fizz #E5DA28

Tints of Golden Fizz #E5DA28

RGB

 RED value IS 229 (89.84% from 255) = 47.02%

 GREEN value IS 218 (85.55% from 255) = 44.76%

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

R = 47.02%
G = 44.76%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E5DA28 (or 0xE5DA28) is known color: Golden Fizz. HEX triplet: E5, DA and 28. RGB value is (229,218,40). Sum of RGB (Red+Green+Blue) = 229+218+40=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 40 (16.02% from 255 or 8.21% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DA28 is #1A25D7. Grayscale: #C9C9C9. Windows color (decimal): -1713624 or 2677477. OLE color: 2677477.

HSL color Cylindrical-coordinate representation of color #E5DA28: hue angle of 56.51º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5DA28 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 218 40 -
CMYK 0 0.05 0.83 0.10
HSL 56.51º 0.78% 0.53% -
HSV(B) 56.51º 0.83% 0.9% -
XYZ 57.77 66.95 11.89 -
YUV 201 37.14 147.97 -
System Red Green Blue C M Y K H S L
Decimal 229 218 40 0 0.05 0.83 0.10 56.51 0.78 0.53
Hex E5 DA 28 0 5 53 A 39 4E 35
Octal 345 332 50 0 5 123 12 71 116 65
Binary 11100101 11011010 101000 0 101 1010011 1010 111001 1001110 110101

Color Harmonies of #E5DA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DA28

Black with #E5DA28

Text Example


Text Example

White with #E5DA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DA28; }

 p { color: rgb(229,218,40); }

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

background-color css

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

 a { background-color: rgb(229,218,40); }

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

border-color css

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

 span { border-color: rgb(229,218,40); }

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