#EDE047

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

Shades of Manz #EDE047

Tints of Manz #EDE047

Color information

#EDE047 (or 0xEDE047) is unknown color: approx Manz. HEX triplet: ED, E0 and 47. RGB value is (237,224,71). Sum of RGB (Red+Green+Blue) = 237+224+71=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 71 (28.12% from 255 or 13.35% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE047 is #121FB8. Grayscale: #D3D3D3. Windows color (decimal): -1187769 or 4710637. OLE color: 4710637.

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

Color convert

RGB23722471-
CMYK00.050.700.07
HSL55.3º82.18%60.39%-
HSV(B)55.3º70.04%92.94%-
XYZ62.7271.7716.51-
YUV210.4449.31146.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 224 (87.89% from 255) = 42.11%
BLUE value IS 71 (28.12% from 255) = 13.35%
R=44.55%
G=42.11%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372247100.050.700.0755.382.1860.39
HexEDE0470546737523c
Octal3553401070510676712274
Binary11101101111000001000111010110001101111101111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE047; }

 p { color: rgb(237,224,71); }

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

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

 a { background-color: rgb(237,224,71); }

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

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

 span { border-color: rgb(237,224,71); }

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