#E8DE35

Color #E8DE35 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #E8DE35

Tints of Golden Fizz #E8DE35

Color information

#E8DE35 (or 0xE8DE35) is unknown color: approx Golden Fizz. HEX triplet: E8, DE and 35. RGB value is (232,222,53). Sum of RGB (Red+Green+Blue) = 232+222+53=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 53 (21.09% from 255 or 10.45% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DE35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DE35 is #1721CA. Grayscale: #CECECE. Windows color (decimal): -1515979 or 3530472. OLE color: 3530472.

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

Color convert

RGB23222253-
CMYK00.040.770.09
HSL56.65º79.56%55.88%-
HSV(B)56.65º77.16%90.98%-
XYZ60.0469.6613.65-
YUV205.7241.81146.74-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.76%
GREEN value IS 222 (87.11% from 255) = 43.79%
BLUE value IS 53 (21.09% from 255) = 10.45%
R=45.76%
G=43.79%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322225300.040.770.0956.6579.5655.88
HexE8DE35044D9395038
Octal3503366504115117112070
Binary11101000110111101101010100100110110011110011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DE35; }

 p { color: rgb(232,222,53); }

 H1.HeaderClassName
 {
   color: #E8DE35;
 }
 .AnyTagClassName
 {
   color: #E8DE35;
 }
</style>
background-color css

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

 a { background-color: rgb(232,222,53); }

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

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

 span { border-color: rgb(232,222,53); }

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