Html Css Color HEX #ECC985 Marzipan

📋 copy color: '#ECC985'

red 236 ◦ green 201 ◦ blue 133

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

Shades of Marzipan #ECC985

Tints of Marzipan #ECC985

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.26%

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

R = 41.4%
G = 35.26%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECC985 (or 0xECC985) is known color: Marzipan. HEX triplet: EC, C9 and 85. RGB value is (236,201,133). Sum of RGB (Red+Green+Blue) = 236+201+133=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC985 is #13367A. Grayscale: #CCCCCC. Windows color (decimal): -1259131 or 8767980. OLE color: 8767980.

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

Color convert

RGB 236 201 133 -
CMYK 0 0.15 0.44 0.07
HSL 39.61º 0.73% 0.72% -
HSV(B) 39.61º 0.44% 0.93% -
XYZ 59.71 61.3 30.88 -
YUV 203.71 88.1 151.03 -
System Red Green Blue C M Y K H S L
Decimal 236 201 133 0 0.15 0.44 0.07 39.61 0.73 0.72
Hex EC C9 85 0 F 2C 7 28 49 48
Octal 354 311 205 0 17 54 7 50 111 110
Binary 11101100 11001001 10000101 0 1111 101100 111 101000 1001001 1001000

Color Harmonies of #ECC985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC985

Black with #ECC985

Text Example


Text Example

White with #ECC985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC985; }

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

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

background-color css

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

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

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

border-color css

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

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

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