Html Css Color HEX #ECCB7D Marzipan

📋 copy color: '#ECCB7D'

red 236 ◦ green 203 ◦ blue 125

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

Shades of Marzipan #ECCB7D

Tints of Marzipan #ECCB7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.16%

R = 41.84%
G = 35.99%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECCB7D (or 0xECCB7D) is known color: Marzipan. HEX triplet: EC, CB and 7D. RGB value is (236,203,125). Sum of RGB (Red+Green+Blue) = 236+203+125=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB7D is #133482. Grayscale: #CCCCCC. Windows color (decimal): -1258627 or 8244204. OLE color: 8244204.

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

Color convert

RGB 236 203 125 -
CMYK 0 0.14 0.47 0.07
HSL 42.16º 0.74% 0.71% -
HSV(B) 42.16º 0.47% 0.93% -
XYZ 59.65 62.03 28.23 -
YUV 203.98 83.43 150.84 -
System Red Green Blue C M Y K H S L
Decimal 236 203 125 0 0.14 0.47 0.07 42.16 0.74 0.71
Hex EC CB 7D 0 E 2F 7 2A 4A 47
Octal 354 313 175 0 16 57 7 52 112 107
Binary 11101100 11001011 1111101 0 1110 101111 111 101010 1001010 1000111

Color Harmonies of #ECCB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCB7D

Black with #ECCB7D

Text Example


Text Example

White with #ECCB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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