#EEDE50

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

Shades of Manz #EEDE50

Tints of Manz #EEDE50

Color information

#EEDE50 (or 0xEEDE50) is unknown color: approx Manz. HEX triplet: EE, DE and 50. RGB value is (238,222,80). Sum of RGB (Red+Green+Blue) = 238+222+80=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 80 (31.64% from 255 or 14.81% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE50 is #1121AF. Grayscale: #D3D3D3. Windows color (decimal): -1122736 or 5299950. OLE color: 5299950.

HSL color Cylindrical-coordinate representation of color #EEDE50: hue angle of 53.92º 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 #EEDE50 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB23822280-
CMYK00.070.660.07
HSL53.92º82.29%62.35%-
HSV(B)53.92º66.39%93.33%-
XYZ62.837117.98-
YUV210.654.3147.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.07%
GREEN value IS 222 (87.11% from 255) = 41.11%
BLUE value IS 80 (31.64% from 255) = 14.81%
R=44.07%
G=41.11%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382228000.070.660.0753.9282.2962.35
HexEEDE500742736523e
Octal3563361200710276612276
Binary11101110110111101010000011110000101111101101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDE50; }

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

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

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

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

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

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

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

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