Html Css Color HEX #ECE160 Manz

📋 copy color: '#ECE160'

red 236 ◦ green 225 ◦ blue 96

#ECE160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #ECE160

Tints of Manz #ECE160

RGB

 RED value IS 236 (92.58% from 255) = 42.37%

 GREEN value IS 225 (88.28% from 255) = 40.39%

 BLUE value IS 96 (37.89% from 255) = 17.24%

R = 42.37%
G = 40.39%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECE160 (or 0xECE160) is known color: Manz. HEX triplet: EC, E1 and 60. RGB value is (236,225,96). Sum of RGB (Red+Green+Blue) = 236+225+96=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 96 (37.89% from 255 or 17.24% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE160 is #131E9F. Grayscale: #D6D6D6. Windows color (decimal): -1253024 or 6349292. OLE color: 6349292.

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

Color convert

RGB 236 225 96 -
CMYK 0 0.05 0.59 0.07
HSL 55.29º 0.79% 0.65% -
HSV(B) 55.29º 0.59% 0.93% -
XYZ 63.63 72.53 21.71 -
YUV 213.58 61.64 143.99 -
System Red Green Blue C M Y K H S L
Decimal 236 225 96 0 0.05 0.59 0.07 55.29 0.79 0.65
Hex EC E1 60 0 5 3B 7 37 4F 41
Octal 354 341 140 0 5 73 7 67 117 101
Binary 11101100 11100001 1100000 0 101 111011 111 110111 1001111 1000001

Color Harmonies of #ECE160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE160

Black with #ECE160

Text Example


Text Example

White with #ECE160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE160; }

 p { color: rgb(236,225,96); }

 H1.HeaderClassName
 {
   color: #ECE160;
 }
 .AnyTagClassName
 {
   color: #ECE160;
 }
</style>

background-color css

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

 a { background-color: rgb(236,225,96); }

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

border-color css

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

 span { border-color: rgb(236,225,96); }

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