Html Css Color HEX #ECDD5E Manz

📋 copy color: '#ECDD5E'

red 236 ◦ green 221 ◦ blue 94

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

Shades of Manz #ECDD5E

Tints of Manz #ECDD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.06%

R = 42.83%
G = 40.11%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECDD5E (or 0xECDD5E) is known color: Manz. HEX triplet: EC, DD and 5E. RGB value is (236,221,94). Sum of RGB (Red+Green+Blue) = 236+221+94=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 94 (37.11% from 255 or 17.06% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD5E is #1322A1. Grayscale: #D3D3D3. Windows color (decimal): -1254050 or 6217196. OLE color: 6217196.

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

Color convert

RGB 236 221 94 -
CMYK 0 0.06 0.60 0.07
HSL 53.66º 0.79% 0.65% -
HSV(B) 53.66º 0.6% 0.93% -
XYZ 62.47 70.35 20.88 -
YUV 211.01 61.97 145.83 -
System Red Green Blue C M Y K H S L
Decimal 236 221 94 0 0.06 0.60 0.07 53.66 0.79 0.65
Hex EC DD 5E 0 6 3C 7 36 4F 41
Octal 354 335 136 0 6 74 7 66 117 101
Binary 11101100 11011101 1011110 0 110 111100 111 110110 1001111 1000001

Color Harmonies of #ECDD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD5E

Black with #ECDD5E

Text Example


Text Example

White with #ECDD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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