#E2DE2B

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

Shades of Golden Fizz #E2DE2B

Tints of Golden Fizz #E2DE2B

Color information

#E2DE2B (or 0xE2DE2B) is unknown color: approx Golden Fizz. HEX triplet: E2, DE and 2B. RGB value is (226,222,43). Sum of RGB (Red+Green+Blue) = 226+222+43=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 43 (17.19% from 255 or 8.76% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DE2B is #1D21D4. Grayscale: #CBCBCB. Windows color (decimal): -1909205 or 2875106. OLE color: 2875106.

HSL color Cylindrical-coordinate representation of color #E2DE2B: hue angle of 58.69º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2DE2B is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB22622243-
CMYK00.020.810.11
HSL58.69º75.93%52.75%-
HSV(B)58.69º80.97%88.63%-
XYZ57.9268.5912.47-
YUV202.7937.83144.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.03%
GREEN value IS 222 (87.11% from 255) = 45.21%
BLUE value IS 43 (17.19% from 255) = 8.76%
R=46.03%
G=45.21%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262224300.020.810.1158.6975.9352.75
HexE2DE2B0251B3b4c35
Octal3423365302121137311465
Binary1110001011011110101011010101000110111110111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DE2B; }

 p { color: rgb(226,222,43); }

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

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

 a { background-color: rgb(226,222,43); }

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

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

 span { border-color: rgb(226,222,43); }

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