Html Css Color HEX #ECDD50 Manz

📋 copy color: '#ECDD50'

red 236 ◦ green 221 ◦ blue 80

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

Shades of Manz #ECDD50

Tints of Manz #ECDD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.9%

R = 43.95%
G = 41.15%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECDD50 (or 0xECDD50) is known color: Manz. HEX triplet: EC, DD and 50. RGB value is (236,221,80). Sum of RGB (Red+Green+Blue) = 236+221+80=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 80 (31.64% from 255 or 14.90% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD50 is #1322AF. Grayscale: #D1D1D1. Windows color (decimal): -1254064 or 5299692. OLE color: 5299692.

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

Color convert

RGB 236 221 80 -
CMYK 0 0.06 0.66 0.07
HSL 54.23º 0.8% 0.62% -
HSV(B) 54.23º 0.66% 0.93% -
XYZ 61.9 70.12 17.86 -
YUV 209.41 54.97 146.96 -
System Red Green Blue C M Y K H S L
Decimal 236 221 80 0 0.06 0.66 0.07 54.23 0.8 0.62
Hex EC DD 50 0 6 42 7 36 50 3E
Octal 354 335 120 0 6 102 7 66 120 76
Binary 11101100 11011101 1010000 0 110 1000010 111 110110 1010000 111110

Color Harmonies of #ECDD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD50

Black with #ECDD50

Text Example


Text Example

White with #ECDD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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