Html Css Color HEX #ECD285 Marzipan

📋 copy color: '#ECD285'

red 236 ◦ green 210 ◦ blue 133

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

Shades of Marzipan #ECD285

Tints of Marzipan #ECD285

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.27%

 BLUE value IS 133 (52.34% from 255) = 22.97%

R = 40.76%
G = 36.27%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECD285 (or 0xECD285) is known color: Marzipan. HEX triplet: EC, D2 and 85. RGB value is (236,210,133). Sum of RGB (Red+Green+Blue) = 236+210+133=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD285 is #132D7A. Grayscale: #D1D1D1. Windows color (decimal): -1256827 or 8770284. OLE color: 8770284.

HSL color Cylindrical-coordinate representation of color #ECD285: hue angle of 44.85º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECD285 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 210 133 -
CMYK 0 0.11 0.44 0.07
HSL 44.85º 0.73% 0.72% -
HSV(B) 44.85º 0.44% 0.93% -
XYZ 61.87 65.62 31.6 -
YUV 209 85.11 147.26 -
System Red Green Blue C M Y K H S L
Decimal 236 210 133 0 0.11 0.44 0.07 44.85 0.73 0.72
Hex EC D2 85 0 B 2C 7 2D 49 48
Octal 354 322 205 0 13 54 7 55 111 110
Binary 11101100 11010010 10000101 0 1011 101100 111 101101 1001001 1001000

Color Harmonies of #ECD285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD285

Black with #ECD285

Text Example


Text Example

White with #ECD285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD285; }

 p { color: rgb(236,210,133); }

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

background-color css

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

 a { background-color: rgb(236,210,133); }

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

border-color css

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

 span { border-color: rgb(236,210,133); }

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