Html Css Color HEX #ECDB4E Manz

📋 copy color: '#ECDB4E'

red 236 ◦ green 219 ◦ blue 78

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

Shades of Manz #ECDB4E

Tints of Manz #ECDB4E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.09%

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

R = 44.28%
G = 41.09%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECDB4E (or 0xECDB4E) is known color: Manz. HEX triplet: EC, DB and 4E. RGB value is (236,219,78). Sum of RGB (Red+Green+Blue) = 236+219+78=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 78 (30.86% from 255 or 14.63% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB4E is #1324B1. Grayscale: #D0D0D0. Windows color (decimal): -1254578 or 5168108. OLE color: 5168108.

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

Color convert

RGB 236 219 78 -
CMYK 0 0.07 0.67 0.07
HSL 53.54º 0.81% 0.62% -
HSV(B) 53.54º 0.67% 0.93% -
XYZ 61.3 69.05 17.3 -
YUV 208.01 54.63 147.96 -
System Red Green Blue C M Y K H S L
Decimal 236 219 78 0 0.07 0.67 0.07 53.54 0.81 0.62
Hex EC DB 4E 0 7 43 7 36 51 3E
Octal 354 333 116 0 7 103 7 66 121 76
Binary 11101100 11011011 1001110 0 111 1000011 111 110110 1010001 111110

Color Harmonies of #ECDB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB4E

Black with #ECDB4E

Text Example


Text Example

White with #ECDB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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