Html Css Color HEX #ECDD4E Manz

📋 copy color: '#ECDD4E'

red 236 ◦ green 221 ◦ blue 78

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

Shades of Manz #ECDD4E

Tints of Manz #ECDD4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.58%

R = 44.11%
G = 41.31%
B = 14.58%

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

#ECDD4E (or 0xECDD4E) is known color: Manz. HEX triplet: EC, DD and 4E. RGB value is (236,221,78). Sum of RGB (Red+Green+Blue) = 236+221+78=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 78 (30.86% from 255 or 14.58% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD4E is #1322B1. Grayscale: #D1D1D1. Windows color (decimal): -1254066 or 5168620. OLE color: 5168620.

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

Color convert

RGB 236 221 78 -
CMYK 0 0.06 0.67 0.07
HSL 54.3º 0.81% 0.62% -
HSV(B) 54.3º 0.67% 0.93% -
XYZ 61.82 70.1 17.48 -
YUV 209.18 53.97 147.13 -
System Red Green Blue C M Y K H S L
Decimal 236 221 78 0 0.06 0.67 0.07 54.3 0.81 0.62
Hex EC DD 4E 0 6 43 7 36 51 3E
Octal 354 335 116 0 6 103 7 66 121 76
Binary 11101100 11011101 1001110 0 110 1000011 111 110110 1010001 111110

Color Harmonies of #ECDD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD4E

Black with #ECDD4E

Text Example


Text Example

White with #ECDD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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