Html Css Color HEX #ECDC5D Manz

📋 copy color: '#ECDC5D'

red 236 ◦ green 220 ◦ blue 93

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

Shades of Manz #ECDC5D

Tints of Manz #ECDC5D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.07%

 BLUE value IS 93 (36.72% from 255) = 16.94%

R = 42.99%
G = 40.07%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECDC5D (or 0xECDC5D) is known color: Manz. HEX triplet: EC, DC and 5D. RGB value is (236,220,93). Sum of RGB (Red+Green+Blue) = 236+220+93=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 93 (36.72% from 255 or 16.94% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC5D is #1323A2. Grayscale: #D2D2D2. Windows color (decimal): -1254307 or 6151404. OLE color: 6151404.

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

Color convert

RGB 236 220 93 -
CMYK 0 0.07 0.61 0.07
HSL 53.29º 0.79% 0.65% -
HSV(B) 53.29º 0.61% 0.93% -
XYZ 62.16 69.81 20.55 -
YUV 210.31 61.8 146.33 -
System Red Green Blue C M Y K H S L
Decimal 236 220 93 0 0.07 0.61 0.07 53.29 0.79 0.65
Hex EC DC 5D 0 7 3D 7 35 4F 41
Octal 354 334 135 0 7 75 7 65 117 101
Binary 11101100 11011100 1011101 0 111 111101 111 110101 1001111 1000001

Color Harmonies of #ECDC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC5D

Black with #ECDC5D

Text Example


Text Example

White with #ECDC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC5D; }

 p { color: rgb(236,220,93); }

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

background-color css

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

 a { background-color: rgb(236,220,93); }

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

border-color css

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

 span { border-color: rgb(236,220,93); }

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