Html Css Color HEX #E4D32F Golden Fizz

📋 copy color: '#E4D32F'

red 228 ◦ green 211 ◦ blue 47

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

Shades of Golden Fizz #E4D32F

Tints of Golden Fizz #E4D32F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.42%

 BLUE value IS 47 (18.75% from 255) = 9.67%

R = 46.91%
G = 43.42%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E4D32F (or 0xE4D32F) is known color: Golden Fizz. HEX triplet: E4, D3 and 2F. RGB value is (228,211,47). Sum of RGB (Red+Green+Blue) = 228+211+47=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 47 (18.75% from 255 or 9.67% from 486); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D32F is #1B2CD0. Grayscale: #C6C6C6. Windows color (decimal): -1780945 or 3134436. OLE color: 3134436.

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

Color convert

RGB 228 211 47 -
CMYK 0 0.07 0.79 0.11
HSL 54.36º 0.77% 0.54% -
HSV(B) 54.36º 0.79% 0.89% -
XYZ 55.8 63.29 11.96 -
YUV 197.39 43.13 149.84 -
System Red Green Blue C M Y K H S L
Decimal 228 211 47 0 0.07 0.79 0.11 54.36 0.77 0.54
Hex E4 D3 2F 0 7 4F B 36 4D 36
Octal 344 323 57 0 7 117 13 66 115 66
Binary 11100100 11010011 101111 0 111 1001111 1011 110110 1001101 110110

Color Harmonies of #E4D32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D32F

Black with #E4D32F

Text Example


Text Example

White with #E4D32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D32F; }

 p { color: rgb(228,211,47); }

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

background-color css

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

 a { background-color: rgb(228,211,47); }

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

border-color css

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

 span { border-color: rgb(228,211,47); }

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