Html Css Color HEX #E4D52D Golden Fizz

📋 copy color: '#E4D52D'

red 228 ◦ green 213 ◦ blue 45

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

Shades of Golden Fizz #E4D52D

Tints of Golden Fizz #E4D52D

RGB

 RED value IS 228 (89.45% from 255) = 46.91%

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

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

R = 46.91%
G = 43.83%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E4D52D (or 0xE4D52D) is known color: Golden Fizz. HEX triplet: E4, D5 and 2D. RGB value is (228,213,45). Sum of RGB (Red+Green+Blue) = 228+213+45=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D52D is #1B2AD2. Grayscale: #C7C7C7. Windows color (decimal): -1780435 or 3003876. OLE color: 3003876.

HSL color Cylindrical-coordinate representation of color #E4D52D: hue angle of 55.08º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E4D52D is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 213 45 -
CMYK 0 0.07 0.80 0.11
HSL 55.08º 0.77% 0.54% -
HSV(B) 55.08º 0.8% 0.89% -
XYZ 56.26 64.27 11.92 -
YUV 198.33 41.47 149.16 -
System Red Green Blue C M Y K H S L
Decimal 228 213 45 0 0.07 0.80 0.11 55.08 0.77 0.54
Hex E4 D5 2D 0 7 50 B 37 4D 36
Octal 344 325 55 0 7 120 13 67 115 66
Binary 11100100 11010101 101101 0 111 1010000 1011 110111 1001101 110110

Color Harmonies of #E4D52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D52D

Black with #E4D52D

Text Example


Text Example

White with #E4D52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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