#E6E550

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

Shades of Manz #E6E550

Tints of Manz #E6E550

Color information

#E6E550 (or 0xE6E550) is unknown color: approx Manz. HEX triplet: E6, E5 and 50. RGB value is (230,229,80). Sum of RGB (Red+Green+Blue) = 230+229+80=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 80 (31.64% from 255 or 14.84% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E550 is #191AAF. Grayscale: #D4D4D4. Windows color (decimal): -1645232 or 5301734. OLE color: 5301734.

HSL color Cylindrical-coordinate representation of color #E6E550: hue angle of 59.6º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6E550 is Cyan = 0, Magento = 0.00, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB23022980-
CMYK00.000.650.10
HSL59.6º75%60.78%-
HSV(B)59.6º65.22%90.2%-
XYZ62.173.4418.49-
YUV212.3153.33140.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.67%
GREEN value IS 229 (89.84% from 255) = 42.49%
BLUE value IS 80 (31.64% from 255) = 14.84%
R=42.67%
G=42.49%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302298000.000.650.1059.67560.78
HexE6E5500041A3c4b3d
Octal34634512000101127411375
Binary1110011011100101101000000100000110101111001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E550; }

 p { color: rgb(230,229,80); }

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

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

 a { background-color: rgb(230,229,80); }

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

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

 span { border-color: rgb(230,229,80); }

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