Html Css Color HEX #ECE064 Manz

📋 copy color: '#ECE064'

red 236 ◦ green 224 ◦ blue 100

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

Shades of Manz #ECE064

Tints of Manz #ECE064

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40%

 BLUE value IS 100 (39.45% from 255) = 17.86%

R = 42.14%
G = 40%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECE064 (or 0xECE064) is known color: Manz. HEX triplet: EC, E0 and 64. RGB value is (236,224,100). Sum of RGB (Red+Green+Blue) = 236+224+100=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 100 (39.45% from 255 or 17.86% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE064 is #131F9B. Grayscale: #D5D5D5. Windows color (decimal): -1253276 or 6611180. OLE color: 6611180.

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

Color convert

RGB 236 224 100 -
CMYK 0 0.05 0.58 0.07
HSL 54.71º 0.78% 0.66% -
HSV(B) 54.71º 0.58% 0.93% -
XYZ 63.55 72.06 22.62 -
YUV 213.45 63.98 144.08 -
System Red Green Blue C M Y K H S L
Decimal 236 224 100 0 0.05 0.58 0.07 54.71 0.78 0.66
Hex EC E0 64 0 5 3A 7 37 4E 42
Octal 354 340 144 0 5 72 7 67 116 102
Binary 11101100 11100000 1100100 0 101 111010 111 110111 1001110 1000010

Color Harmonies of #ECE064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE064

Black with #ECE064

Text Example


Text Example

White with #ECE064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE064; }

 p { color: rgb(236,224,100); }

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

background-color css

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

 a { background-color: rgb(236,224,100); }

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

border-color css

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

 span { border-color: rgb(236,224,100); }

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