Html Css Color HEX #ECDB4D Manz

📋 copy color: '#ECDB4D'

red 236 ◦ green 219 ◦ blue 77

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

Shades of Manz #ECDB4D

Tints of Manz #ECDB4D

RGB

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

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

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

R = 44.36%
G = 41.17%
B = 14.47%

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

#ECDB4D (or 0xECDB4D) is known color: Manz. HEX triplet: EC, DB and 4D. RGB value is (236,219,77). Sum of RGB (Red+Green+Blue) = 236+219+77=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 77 (30.47% from 255 or 14.47% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB4D is #1324B2. Grayscale: #D0D0D0. Windows color (decimal): -1254579 or 5102572. OLE color: 5102572.

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

Color convert

RGB 236 219 77 -
CMYK 0 0.07 0.67 0.07
HSL 53.58º 0.81% 0.61% -
HSV(B) 53.58º 0.67% 0.93% -
XYZ 61.26 69.03 17.12 -
YUV 207.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 236 219 77 0 0.07 0.67 0.07 53.58 0.81 0.61
Hex EC DB 4D 0 7 43 7 36 51 3D
Octal 354 333 115 0 7 103 7 66 121 75
Binary 11101100 11011011 1001101 0 111 1000011 111 110110 1010001 111101

Color Harmonies of #ECDB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB4D

Black with #ECDB4D

Text Example


Text Example

White with #ECDB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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