#EDE24C

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

Shades of Manz #EDE24C

Tints of Manz #EDE24C

Color information

#EDE24C (or 0xEDE24C) is unknown color: approx Manz. HEX triplet: ED, E2 and 4C. RGB value is (237,226,76). Sum of RGB (Red+Green+Blue) = 237+226+76=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 226 (88.67% from 255 or 41.93% from 539); Blue value is 76 (30.08% from 255 or 14.10% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE24C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE24C is #121DB3. Grayscale: #D4D4D4. Windows color (decimal): -1187252 or 5038829. OLE color: 5038829.

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

Color convert

RGB23722676-
CMYK00.050.680.07
HSL55.9º81.73%61.37%-
HSV(B)55.9º67.93%92.94%-
XYZ63.4372.9217.57-
YUV212.1951.14145.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.97%
GREEN value IS 226 (88.67% from 255) = 41.93%
BLUE value IS 76 (30.08% from 255) = 14.10%
R=43.97%
G=41.93%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372267600.050.680.0755.981.7361.37
HexEDE24C0544738523d
Octal3553421140510477012275
Binary11101101111000101001100010110001001111110001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE24C; }

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

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

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

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

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

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

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

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