#EDE25D

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

Shades of Manz #EDE25D

Tints of Manz #EDE25D

Color information

#EDE25D (or 0xEDE25D) is unknown color: approx Manz. HEX triplet: ED, E2 and 5D. RGB value is (237,226,93). Sum of RGB (Red+Green+Blue) = 237+226+93=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 93 (36.72% from 255 or 16.73% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE25D is #121DA2. Grayscale: #D6D6D6. Windows color (decimal): -1187235 or 6152941. OLE color: 6152941.

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

Color convert

RGB23722693-
CMYK00.050.610.07
HSL55.42º80%64.71%-
HSV(B)55.42º60.76%92.94%-
XYZ64.173.1921.1-
YUV214.1359.64144.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.63%
GREEN value IS 226 (88.67% from 255) = 40.65%
BLUE value IS 93 (36.72% from 255) = 16.73%
R=42.63%
G=40.65%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372269300.050.610.0755.428064.71
HexEDE25D053D7375041
Octal3553421350575767120101
Binary11101101111000101011101010111110111111011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE25D; }

 p { color: rgb(237,226,93); }

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

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

 a { background-color: rgb(237,226,93); }

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

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

 span { border-color: rgb(237,226,93); }

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