Html Css Color HEX #E8D32F Golden Fizz

📋 copy color: '#E8D32F'

red 232 ◦ green 211 ◦ blue 47

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

Shades of Golden Fizz #E8D32F

Tints of Golden Fizz #E8D32F

RGB

 RED value IS 232 (91.02% from 255) = 47.35%

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

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

R = 47.35%
G = 43.06%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E8D32F (or 0xE8D32F) is known color: Golden Fizz. HEX triplet: E8, D3 and 2F. RGB value is (232,211,47). Sum of RGB (Red+Green+Blue) = 232+211+47=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 47 (18.75% from 255 or 9.59% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D32F is #172CD0. Grayscale: #C7C7C7. Windows color (decimal): -1518801 or 3134440. OLE color: 3134440.

HSL color Cylindrical-coordinate representation of color #E8D32F: hue angle of 53.19º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E8D32F is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 211 47 -
CMYK 0 0.09 0.80 0.09
HSL 53.19º 0.8% 0.55% -
HSV(B) 53.19º 0.8% 0.91% -
XYZ 57.09 63.95 12.02 -
YUV 198.58 42.46 151.84 -
System Red Green Blue C M Y K H S L
Decimal 232 211 47 0 0.09 0.80 0.09 53.19 0.8 0.55
Hex E8 D3 2F 0 9 50 9 35 50 37
Octal 350 323 57 0 11 120 11 65 120 67
Binary 11101000 11010011 101111 0 1001 1010000 1001 110101 1010000 110111

Color Harmonies of #E8D32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D32F

Black with #E8D32F

Text Example


Text Example

White with #E8D32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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