Html Css Color HEX #ECDD5A Manz

📋 copy color: '#ECDD5A'

red 236 ◦ green 221 ◦ blue 90

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

Shades of Manz #ECDD5A

Tints of Manz #ECDD5A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.4%

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

R = 43.14%
G = 40.4%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECDD5A (or 0xECDD5A) is known color: Manz. HEX triplet: EC, DD and 5A. RGB value is (236,221,90). Sum of RGB (Red+Green+Blue) = 236+221+90=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 90 (35.55% from 255 or 16.45% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD5A is #1322A5. Grayscale: #D3D3D3. Windows color (decimal): -1254054 or 5955052. OLE color: 5955052.

HSL color Cylindrical-coordinate representation of color #ECDD5A: hue angle of 53.84º 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 #ECDD5A is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 221 90 -
CMYK 0 0.06 0.62 0.07
HSL 53.84º 0.79% 0.64% -
HSV(B) 53.84º 0.62% 0.93% -
XYZ 62.29 70.28 19.96 -
YUV 210.55 59.97 146.15 -
System Red Green Blue C M Y K H S L
Decimal 236 221 90 0 0.06 0.62 0.07 53.84 0.79 0.64
Hex EC DD 5A 0 6 3E 7 36 4F 40
Octal 354 335 132 0 6 76 7 66 117 100
Binary 11101100 11011101 1011010 0 110 111110 111 110110 1001111 1000000

Color Harmonies of #ECDD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD5A

Black with #ECDD5A

Text Example


Text Example

White with #ECDD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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