Html Css Color HEX #ECC385 Marzipan

📋 copy color: '#ECC385'

red 236 ◦ green 195 ◦ blue 133

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

Shades of Marzipan #ECC385

Tints of Marzipan #ECC385

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.57%

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

R = 41.84%
G = 34.57%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECC385 (or 0xECC385) is known color: Marzipan. HEX triplet: EC, C3 and 85. RGB value is (236,195,133). Sum of RGB (Red+Green+Blue) = 236+195+133=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC385 is #133C7A. Grayscale: #C8C8C8. Windows color (decimal): -1260667 or 8766444. OLE color: 8766444.

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

Color convert

RGB 236 195 133 -
CMYK 0 0.17 0.44 0.07
HSL 36.12º 0.73% 0.72% -
HSV(B) 36.12º 0.44% 0.93% -
XYZ 58.34 58.56 30.42 -
YUV 200.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 236 195 133 0 0.17 0.44 0.07 36.12 0.73 0.72
Hex EC C3 85 0 11 2C 7 24 49 48
Octal 354 303 205 0 21 54 7 44 111 110
Binary 11101100 11000011 10000101 0 10001 101100 111 100100 1001001 1001000

Color Harmonies of #ECC385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC385

Black with #ECC385

Text Example


Text Example

White with #ECC385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC385; }

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

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

background-color css

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

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

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

border-color css

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

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

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