#EDE05B

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

Shades of Manz #EDE05B

Tints of Manz #EDE05B

Color information

#EDE05B (or 0xEDE05B) is unknown color: approx Manz. HEX triplet: ED, E0 and 5B. RGB value is (237,224,91). Sum of RGB (Red+Green+Blue) = 237+224+91=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 91 (35.94% from 255 or 16.49% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE05B is #121FA4. Grayscale: #D5D5D5. Windows color (decimal): -1187749 or 6021357. OLE color: 6021357.

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

Color convert

RGB23722491-
CMYK00.050.620.07
HSL54.66º80.22%64.31%-
HSV(B)54.66º61.6%92.94%-
XYZ63.4772.0720.46-
YUV212.7259.31145.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 224 (87.89% from 255) = 40.58%
BLUE value IS 91 (35.94% from 255) = 16.49%
R=42.93%
G=40.58%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372249100.050.620.0754.6680.2264.31
HexEDE05B053E7375040
Octal3553401330576767120100
Binary11101101111000001011011010111111011111011110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE05B; }

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

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

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

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

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

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

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

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