Html Css Color HEX #ECCD7D Marzipan

📋 copy color: '#ECCD7D'

red 236 ◦ green 205 ◦ blue 125

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

Shades of Marzipan #ECCD7D

Tints of Marzipan #ECCD7D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.22%

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

R = 41.7%
G = 36.22%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECCD7D (or 0xECCD7D) is known color: Marzipan. HEX triplet: EC, CD and 7D. RGB value is (236,205,125). Sum of RGB (Red+Green+Blue) = 236+205+125=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD7D is #133282. Grayscale: #CDCDCD. Windows color (decimal): -1258115 or 8244716. OLE color: 8244716.

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

Color convert

RGB 236 205 125 -
CMYK 0 0.13 0.47 0.07
HSL 43.24º 0.74% 0.71% -
HSV(B) 43.24º 0.47% 0.93% -
XYZ 60.13 62.98 28.39 -
YUV 205.15 82.77 150 -
System Red Green Blue C M Y K H S L
Decimal 236 205 125 0 0.13 0.47 0.07 43.24 0.74 0.71
Hex EC CD 7D 0 D 2F 7 2B 4A 47
Octal 354 315 175 0 15 57 7 53 112 107
Binary 11101100 11001101 1111101 0 1101 101111 111 101011 1001010 1000111

Color Harmonies of #ECCD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD7D

Black with #ECCD7D

Text Example


Text Example

White with #ECCD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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