Html Css Color HEX #E8D330 Golden Fizz

📋 copy color: '#E8D330'

red 232 ◦ green 211 ◦ blue 48

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

Shades of Golden Fizz #E8D330

Tints of Golden Fizz #E8D330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.78%

R = 47.25%
G = 42.97%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E8D330 (or 0xE8D330) is known color: Golden Fizz. HEX triplet: E8, D3 and 30. RGB value is (232,211,48). Sum of RGB (Red+Green+Blue) = 232+211+48=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D330 is #172CCF. Grayscale: #C7C7C7. Windows color (decimal): -1518800 or 3199976. OLE color: 3199976.

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

Color convert

RGB 232 211 48 -
CMYK 0 0.09 0.79 0.09
HSL 53.15º 0.8% 0.55% -
HSV(B) 53.15º 0.79% 0.91% -
XYZ 57.11 63.96 12.13 -
YUV 198.7 42.96 151.75 -
System Red Green Blue C M Y K H S L
Decimal 232 211 48 0 0.09 0.79 0.09 53.15 0.8 0.55
Hex E8 D3 30 0 9 4F 9 35 50 37
Octal 350 323 60 0 11 117 11 65 120 67
Binary 11101000 11010011 110000 0 1001 1001111 1001 110101 1010000 110111

Color Harmonies of #E8D330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D330

Black with #E8D330

Text Example


Text Example

White with #E8D330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D330; }

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

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

background-color css

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

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

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

border-color css

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

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

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