Html Css Color HEX #ECDC5A Manz

📋 copy color: '#ECDC5A'

red 236 ◦ green 220 ◦ blue 90

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

Shades of Manz #ECDC5A

Tints of Manz #ECDC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.48%

R = 43.22%
G = 40.29%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECDC5A (or 0xECDC5A) is known color: Manz. HEX triplet: EC, DC and 5A. RGB value is (236,220,90). Sum of RGB (Red+Green+Blue) = 236+220+90=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 90 (35.55% from 255 or 16.48% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC5A is #1323A5. Grayscale: #D2D2D2. Windows color (decimal): -1254310 or 5954796. OLE color: 5954796.

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

Color convert

RGB 236 220 90 -
CMYK 0 0.07 0.62 0.07
HSL 53.42º 0.79% 0.64% -
HSV(B) 53.42º 0.62% 0.93% -
XYZ 62.03 69.76 19.87 -
YUV 209.96 60.3 146.57 -
System Red Green Blue C M Y K H S L
Decimal 236 220 90 0 0.07 0.62 0.07 53.42 0.79 0.64
Hex EC DC 5A 0 7 3E 7 35 4F 40
Octal 354 334 132 0 7 76 7 65 117 100
Binary 11101100 11011100 1011010 0 111 111110 111 110101 1001111 1000000

Color Harmonies of #ECDC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC5A

Black with #ECDC5A

Text Example


Text Example

White with #ECDC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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