#EDE65A

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

Shades of Manz #EDE65A

Tints of Manz #EDE65A

Color information

#EDE65A (or 0xEDE65A) is unknown color: approx Manz. HEX triplet: ED, E6 and 5A. RGB value is (237,230,90). Sum of RGB (Red+Green+Blue) = 237+230+90=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 230 (90.23% from 255 or 41.29% from 557); Blue value is 90 (35.55% from 255 or 16.16% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE65A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE65A is #1219A5. Grayscale: #D8D8D8. Windows color (decimal): -1186214 or 5957357. OLE color: 5957357.

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

Color convert

RGB23723090-
CMYK00.030.620.07
HSL57.14º80.33%64.12%-
HSV(B)57.14º62.03%92.94%-
XYZ65.0775.3420.78-
YUV216.1356.82142.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 230 (90.23% from 255) = 41.29%
BLUE value IS 90 (35.55% from 255) = 16.16%
R=42.55%
G=41.29%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372309000.030.620.0757.1480.3364.12
HexEDE65A033E7395040
Octal3553461320376771120100
Binary1110110111100110101101001111111011111100110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE65A; }

 p { color: rgb(237,230,90); }

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

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

 a { background-color: rgb(237,230,90); }

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

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

 span { border-color: rgb(237,230,90); }

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