Html Css Color HEX #ECDD5D Manz

📋 copy color: '#ECDD5D'

red 236 ◦ green 221 ◦ blue 93

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

Shades of Manz #ECDD5D

Tints of Manz #ECDD5D

RGB

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

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

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

R = 42.91%
G = 40.18%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECDD5D (or 0xECDD5D) is known color: Manz. HEX triplet: EC, DD and 5D. RGB value is (236,221,93). Sum of RGB (Red+Green+Blue) = 236+221+93=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 93 (36.72% from 255 or 16.91% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD5D is #1322A2. Grayscale: #D3D3D3. Windows color (decimal): -1254051 or 6151660. OLE color: 6151660.

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

Color convert

RGB 236 221 93 -
CMYK 0 0.06 0.61 0.07
HSL 53.71º 0.79% 0.65% -
HSV(B) 53.71º 0.61% 0.93% -
XYZ 62.42 70.34 20.64 -
YUV 210.89 61.47 145.91 -
System Red Green Blue C M Y K H S L
Decimal 236 221 93 0 0.06 0.61 0.07 53.71 0.79 0.65
Hex EC DD 5D 0 6 3D 7 36 4F 41
Octal 354 335 135 0 6 75 7 66 117 101
Binary 11101100 11011101 1011101 0 110 111101 111 110110 1001111 1000001

Color Harmonies of #ECDD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD5D

Black with #ECDD5D

Text Example


Text Example

White with #ECDD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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