Html Css Color HEX #ECCB80 Marzipan

📋 copy color: '#ECCB80'

red 236 ◦ green 203 ◦ blue 128

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

Shades of Marzipan #ECCB80

Tints of Marzipan #ECCB80

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.8%

 BLUE value IS 128 (50.39% from 255) = 22.57%

R = 41.62%
G = 35.8%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ECCB80 (or 0xECCB80) is known color: Marzipan. HEX triplet: EC, CB and 80. RGB value is (236,203,128). Sum of RGB (Red+Green+Blue) = 236+203+128=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 128 (50.39% from 255 or 22.57% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCB80 is #13347F. Grayscale: #CCCCCC. Windows color (decimal): -1258624 or 8440812. OLE color: 8440812.

HSL color Cylindrical-coordinate representation of color #ECCB80: hue angle of 41.67º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECCB80 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 203 128 -
CMYK 0 0.14 0.46 0.07
HSL 41.67º 0.74% 0.71% -
HSV(B) 41.67º 0.46% 0.93% -
XYZ 59.84 62.1 29.26 -
YUV 204.32 84.93 150.6 -
System Red Green Blue C M Y K H S L
Decimal 236 203 128 0 0.14 0.46 0.07 41.67 0.74 0.71
Hex EC CB 80 0 E 2E 7 2A 4A 47
Octal 354 313 200 0 16 56 7 52 112 107
Binary 11101100 11001011 10000000 0 1110 101110 111 101010 1001010 1000111

Color Harmonies of #ECCB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCB80

Black with #ECCB80

Text Example


Text Example

White with #ECCB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCB80; }

 p { color: rgb(236,203,128); }

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

background-color css

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

 a { background-color: rgb(236,203,128); }

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

border-color css

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

 span { border-color: rgb(236,203,128); }

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