Html Css Color HEX #E4D52E Golden Fizz

📋 copy color: '#E4D52E'

red 228 ◦ green 213 ◦ blue 46

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

Shades of Golden Fizz #E4D52E

Tints of Golden Fizz #E4D52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.45%

R = 46.82%
G = 43.74%
B = 9.45%

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

#E4D52E (or 0xE4D52E) is known color: Golden Fizz. HEX triplet: E4, D5 and 2E. RGB value is (228,213,46). Sum of RGB (Red+Green+Blue) = 228+213+46=487 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.82% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 46 (18.36% from 255 or 9.45% from 487); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D52E is #1B2AD1. Grayscale: #C7C7C7. Windows color (decimal): -1780434 or 3069412. OLE color: 3069412.

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

Color convert

RGB 228 213 46 -
CMYK 0 0.07 0.80 0.11
HSL 55.05º 0.77% 0.54% -
HSV(B) 55.05º 0.8% 0.89% -
XYZ 56.28 64.28 12.03 -
YUV 198.45 41.97 149.08 -
System Red Green Blue C M Y K H S L
Decimal 228 213 46 0 0.07 0.80 0.11 55.05 0.77 0.54
Hex E4 D5 2E 0 7 50 B 37 4D 36
Octal 344 325 56 0 7 120 13 67 115 66
Binary 11100100 11010101 101110 0 111 1010000 1011 110111 1001101 110110

Color Harmonies of #E4D52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D52E

Black with #E4D52E

Text Example


Text Example

White with #E4D52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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