#E2E427

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

Shades of Golden Fizz #E2E427

Tints of Golden Fizz #E2E427

Color information

#E2E427 (or 0xE2E427) is unknown color: approx Golden Fizz. HEX triplet: E2, E4 and 27. RGB value is (226,228,39). Sum of RGB (Red+Green+Blue) = 226+228+39=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 39 (15.62% from 255 or 7.91% from 493); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E427 is #1D1BD8. Grayscale: #CECECE. Windows color (decimal): -1907673 or 2614498. OLE color: 2614498.

HSL color Cylindrical-coordinate representation of color #E2E427: hue angle of 60.63º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2E427 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB22622839-
CMYK0.0100.830.11
HSL60.63º77.78%52.35%-
HSV(B)60.63º82.89%89.41%-
XYZ59.4771.812.64-
YUV205.8633.84142.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.84%
GREEN value IS 228 (89.45% from 255) = 46.25%
BLUE value IS 39 (15.62% from 255) = 7.91%
R=45.84%
G=46.25%
B=7.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226228390.0100.830.1160.6377.7852.35
HexE2E4271053B3d4e34
Octal3423444710123137511664
Binary111000101110010010011110101001110111111011001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E427; }

 p { color: rgb(226,228,39); }

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

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

 a { background-color: rgb(226,228,39); }

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

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

 span { border-color: rgb(226,228,39); }

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