Html Css Color HEX #ECDD4D Manz

📋 copy color: '#ECDD4D'

red 236 ◦ green 221 ◦ blue 77

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

Shades of Manz #ECDD4D

Tints of Manz #ECDD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.42%

R = 44.19%
G = 41.39%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECDD4D (or 0xECDD4D) is known color: Manz. HEX triplet: EC, DD and 4D. RGB value is (236,221,77). Sum of RGB (Red+Green+Blue) = 236+221+77=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 77 (30.47% from 255 or 14.42% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD4D is #1322B2. Grayscale: #D1D1D1. Windows color (decimal): -1254067 or 5103084. OLE color: 5103084.

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

Color convert

RGB 236 221 77 -
CMYK 0 0.06 0.67 0.07
HSL 54.34º 0.81% 0.61% -
HSV(B) 54.34º 0.67% 0.93% -
XYZ 61.79 70.08 17.29 -
YUV 209.07 53.47 147.21 -
System Red Green Blue C M Y K H S L
Decimal 236 221 77 0 0.06 0.67 0.07 54.34 0.81 0.61
Hex EC DD 4D 0 6 43 7 36 51 3D
Octal 354 335 115 0 6 103 7 66 121 75
Binary 11101100 11011101 1001101 0 110 1000011 111 110110 1010001 111101

Color Harmonies of #ECDD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD4D

Black with #ECDD4D

Text Example


Text Example

White with #ECDD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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