#E6E127

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

Shades of Golden Fizz #E6E127

Tints of Golden Fizz #E6E127

Color information

#E6E127 (or 0xE6E127) is unknown color: approx Golden Fizz. HEX triplet: E6, E1 and 27. RGB value is (230,225,39). Sum of RGB (Red+Green+Blue) = 230+225+39=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 39 (15.62% from 255 or 7.89% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E127 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E127 is #191ED8. Grayscale: #CECECE. Windows color (decimal): -1646297 or 2613734. OLE color: 2613734.

HSL color Cylindrical-coordinate representation of color #E6E127: hue angle of 58.43º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6E127 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB23022539-
CMYK00.020.830.10
HSL58.43º79.25%52.75%-
HSV(B)58.43º83.04%90.2%-
XYZ59.9270.8212.43-
YUV205.2934.16145.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.56%
GREEN value IS 225 (88.28% from 255) = 45.55%
BLUE value IS 39 (15.62% from 255) = 7.89%
R=46.56%
G=45.55%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302253900.020.830.1058.4379.2552.75
HexE6E1270253A3a4f35
Octal3463414702123127211765
Binary1110011011100001100111010101001110101110101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E127; }

 p { color: rgb(230,225,39); }

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

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

 a { background-color: rgb(230,225,39); }

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

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

 span { border-color: rgb(230,225,39); }

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