Html Css Color HEX #ECDB4A Manz

📋 copy color: '#ECDB4A'

red 236 ◦ green 219 ◦ blue 74

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

Shades of Manz #ECDB4A

Tints of Manz #ECDB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.99%

R = 44.61%
G = 41.4%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECDB4A (or 0xECDB4A) is known color: Manz. HEX triplet: EC, DB and 4A. RGB value is (236,219,74). Sum of RGB (Red+Green+Blue) = 236+219+74=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB4A is #1324B5. Grayscale: #D0D0D0. Windows color (decimal): -1254582 or 4905964. OLE color: 4905964.

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

Color convert

RGB 236 219 74 -
CMYK 0 0.07 0.69 0.07
HSL 53.7º 0.81% 0.61% -
HSV(B) 53.7º 0.69% 0.93% -
XYZ 61.16 68.99 16.57 -
YUV 207.55 52.63 148.29 -
System Red Green Blue C M Y K H S L
Decimal 236 219 74 0 0.07 0.69 0.07 53.7 0.81 0.61
Hex EC DB 4A 0 7 45 7 36 51 3D
Octal 354 333 112 0 7 105 7 66 121 75
Binary 11101100 11011011 1001010 0 111 1000101 111 110110 1010001 111101

Color Harmonies of #ECDB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB4A

Black with #ECDB4A

Text Example


Text Example

White with #ECDB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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