#EEE350

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

Shades of Manz #EEE350

Tints of Manz #EEE350

Color information

#EEE350 (or 0xEEE350) is unknown color: approx Manz. HEX triplet: EE, E3 and 50. RGB value is (238,227,80). Sum of RGB (Red+Green+Blue) = 238+227+80=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 80 (31.64% from 255 or 14.68% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE350 is #111CAF. Grayscale: #D6D6D6. Windows color (decimal): -1121456 or 5301230. OLE color: 5301230.

HSL color Cylindrical-coordinate representation of color #EEE350: hue angle of 55.82º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEE350 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB23822780-
CMYK00.050.660.07
HSL55.82º82.29%62.35%-
HSV(B)55.82º66.39%93.33%-
XYZ64.1873.6918.43-
YUV213.5352.64145.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.67%
GREEN value IS 227 (89.06% from 255) = 41.65%
BLUE value IS 80 (31.64% from 255) = 14.68%
R=43.67%
G=41.65%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382278000.050.660.0755.8282.2962.35
HexEEE3500542738523e
Octal3563431200510277012276
Binary11101110111000111010000010110000101111110001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE350; }

 p { color: rgb(238,227,80); }

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

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

 a { background-color: rgb(238,227,80); }

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

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

 span { border-color: rgb(238,227,80); }

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