Html Css Color HEX #EBCD8C Marzipan

📋 copy color: '#EBCD8C'

red 235 ◦ green 205 ◦ blue 140

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

Shades of Marzipan #EBCD8C

Tints of Marzipan #EBCD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.14%

R = 40.52%
G = 35.34%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBCD8C (or 0xEBCD8C) is known color: Marzipan. HEX triplet: EB, CD and 8C. RGB value is (235,205,140). Sum of RGB (Red+Green+Blue) = 235+205+140=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCD8C is #143273. Grayscale: #CECECE. Windows color (decimal): -1323636 or 9227755. OLE color: 9227755.

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

Color convert

RGB 235 205 140 -
CMYK 0 0.13 0.40 0.08
HSL 41.05º 0.7% 0.74% -
HSV(B) 41.05º 0.4% 0.92% -
XYZ 60.83 63.22 33.81 -
YUV 206.56 90.44 148.29 -
System Red Green Blue C M Y K H S L
Decimal 235 205 140 0 0.13 0.40 0.08 41.05 0.7 0.74
Hex EB CD 8C 0 D 28 8 29 46 4A
Octal 353 315 214 0 15 50 10 51 106 112
Binary 11101011 11001101 10001100 0 1101 101000 1000 101001 1000110 1001010

Color Harmonies of #EBCD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD8C

Black with #EBCD8C

Text Example


Text Example

White with #EBCD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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