Html Css Color HEX #ECDD52 Manz

📋 copy color: '#ECDD52'

red 236 ◦ green 221 ◦ blue 82

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

Shades of Manz #ECDD52

Tints of Manz #ECDD52

RGB

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

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

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

R = 43.78%
G = 41%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECDD52 (or 0xECDD52) is known color: Manz. HEX triplet: EC, DD and 52. RGB value is (236,221,82). Sum of RGB (Red+Green+Blue) = 236+221+82=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 82 (32.42% from 255 or 15.21% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD52 is #1322AD. Grayscale: #D2D2D2. Windows color (decimal): -1254062 or 5430764. OLE color: 5430764.

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

Color convert

RGB 236 221 82 -
CMYK 0 0.06 0.65 0.07
HSL 54.16º 0.8% 0.62% -
HSV(B) 54.16º 0.65% 0.93% -
XYZ 61.97 70.15 18.26 -
YUV 209.64 55.97 146.8 -
System Red Green Blue C M Y K H S L
Decimal 236 221 82 0 0.06 0.65 0.07 54.16 0.8 0.62
Hex EC DD 52 0 6 41 7 36 50 3E
Octal 354 335 122 0 6 101 7 66 120 76
Binary 11101100 11011101 1010010 0 110 1000001 111 110110 1010000 111110

Color Harmonies of #ECDD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD52

Black with #ECDD52

Text Example


Text Example

White with #ECDD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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