Html Css Color HEX #EBCD8D Marzipan

📋 copy color: '#EBCD8D'

red 235 ◦ green 205 ◦ blue 141

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

Shades of Marzipan #EBCD8D

Tints of Marzipan #EBCD8D

RGB

 RED value IS 235 (92.19% from 255) = 40.45%

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

 BLUE value IS 141 (55.47% from 255) = 24.27%

R = 40.45%
G = 35.28%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBCD8D (or 0xEBCD8D) is known color: Marzipan. HEX triplet: EB, CD and 8D. RGB value is (235,205,141). Sum of RGB (Red+Green+Blue) = 235+205+141=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCD8D is #143272. Grayscale: #CECECE. Windows color (decimal): -1323635 or 9293291. OLE color: 9293291.

HSL color Cylindrical-coordinate representation of color #EBCD8D: hue angle of 40.85º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBCD8D is Cyan = 0, Magento = 0.13, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 205 141 -
CMYK 0 0.13 0.4 0.08
HSL 40.85º 0.7% 0.74% -
HSV(B) 40.85º 0.4% 0.92% -
XYZ 60.9 63.25 34.2 -
YUV 206.67 90.94 148.2 -
System Red Green Blue C M Y K H S L
Decimal 235 205 141 0 0.13 0.4 0.08 40.85 0.7 0.74
Hex EB CD 8D 0 D 28 8 29 46 4A
Octal 353 315 215 0 15 50 10 51 106 112
Binary 11101011 11001101 10001101 0 1101 101000 1000 101001 1000110 1001010

Color Harmonies of #EBCD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD8D

Black with #EBCD8D

Text Example


Text Example

White with #EBCD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD8D; }

 p { color: rgb(235,205,141); }

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

background-color css

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

 a { background-color: rgb(235,205,141); }

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

border-color css

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

 span { border-color: rgb(235,205,141); }

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