#E2DF2B

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

Shades of Golden Fizz #E2DF2B

Tints of Golden Fizz #E2DF2B

Color information

#E2DF2B (or 0xE2DF2B) is unknown color: approx Golden Fizz. HEX triplet: E2, DF and 2B. RGB value is (226,223,43). Sum of RGB (Red+Green+Blue) = 226+223+43=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 43 (17.19% from 255 or 8.74% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DF2B is #1D20D4. Grayscale: #CCCCCC. Windows color (decimal): -1908949 or 2875362. OLE color: 2875362.

HSL color Cylindrical-coordinate representation of color #E2DF2B: hue angle of 59.02º 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 #E2DF2B is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB22622343-
CMYK00.010.810.11
HSL59.02º75.93%52.75%-
HSV(B)59.02º80.97%88.63%-
XYZ58.1969.1212.56-
YUV203.3837.49144.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.93%
GREEN value IS 223 (87.5% from 255) = 45.33%
BLUE value IS 43 (17.19% from 255) = 8.74%
R=45.93%
G=45.33%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262234300.010.810.1159.0275.9352.75
HexE2DF2B0151B3b4c35
Octal3423375301121137311465
Binary111000101101111110101101101000110111110111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DF2B; }

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

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

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

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

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

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

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

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