Html Css Color HEX #ECDB52 Manz

📋 copy color: '#ECDB52'

red 236 ◦ green 219 ◦ blue 82

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

Shades of Manz #ECDB52

Tints of Manz #ECDB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.27%

R = 43.95%
G = 40.78%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECDB52 (or 0xECDB52) is known color: Manz. HEX triplet: EC, DB and 52. RGB value is (236,219,82). Sum of RGB (Red+Green+Blue) = 236+219+82=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 82 (32.42% from 255 or 15.27% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB52 is #1324AD. Grayscale: #D1D1D1. Windows color (decimal): -1254574 or 5430252. OLE color: 5430252.

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

Color convert

RGB 236 219 82 -
CMYK 0 0.07 0.65 0.07
HSL 53.38º 0.8% 0.62% -
HSV(B) 53.38º 0.65% 0.93% -
XYZ 61.45 69.11 18.08 -
YUV 208.47 56.63 147.64 -
System Red Green Blue C M Y K H S L
Decimal 236 219 82 0 0.07 0.65 0.07 53.38 0.8 0.62
Hex EC DB 52 0 7 41 7 35 50 3E
Octal 354 333 122 0 7 101 7 65 120 76
Binary 11101100 11011011 1010010 0 111 1000001 111 110101 1010000 111110

Color Harmonies of #ECDB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB52

Black with #ECDB52

Text Example


Text Example

White with #ECDB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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