#ECE25F

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

Shades of Manz #ECE25F

Tints of Manz #ECE25F

Color information

#ECE25F (or 0xECE25F) is unknown color: approx Manz. HEX triplet: EC, E2 and 5F. RGB value is (236,226,95). Sum of RGB (Red+Green+Blue) = 236+226+95=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 95 (37.5% from 255 or 17.06% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE25F is #131DA0. Grayscale: #D6D6D6. Windows color (decimal): -1252769 or 6284012. OLE color: 6284012.

HSL color Cylindrical-coordinate representation of color #ECE25F: hue angle of 55.74º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECE25F is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23622695-
CMYK00.040.600.07
HSL55.74º78.77%64.9%-
HSV(B)55.74º59.75%92.55%-
XYZ63.8573.0521.56-
YUV214.0660.81143.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.37%
GREEN value IS 226 (88.67% from 255) = 40.57%
BLUE value IS 95 (37.5% from 255) = 17.06%
R=42.37%
G=40.57%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362269500.040.600.0755.7478.7764.9
HexECE25F043C7384f41
Octal3543421370474770117101
Binary11101100111000101011111010011110011111100010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE25F; }

 p { color: rgb(236,226,95); }

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

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

 a { background-color: rgb(236,226,95); }

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

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

 span { border-color: rgb(236,226,95); }

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