Html Css Color HEX #EBCA8C Marzipan

📋 copy color: '#EBCA8C'

red 235 ◦ green 202 ◦ blue 140

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

Shades of Marzipan #EBCA8C

Tints of Marzipan #EBCA8C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.01%

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

R = 40.73%
G = 35.01%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBCA8C (or 0xEBCA8C) is known color: Marzipan. HEX triplet: EB, CA and 8C. RGB value is (235,202,140). Sum of RGB (Red+Green+Blue) = 235+202+140=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCA8C is #143573. Grayscale: #CDCDCD. Windows color (decimal): -1324404 or 9226987. OLE color: 9226987.

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

Color convert

RGB 235 202 140 -
CMYK 0 0.14 0.40 0.08
HSL 39.16º 0.7% 0.74% -
HSV(B) 39.16º 0.4% 0.92% -
XYZ 60.12 61.8 33.57 -
YUV 204.8 91.43 149.54 -
System Red Green Blue C M Y K H S L
Decimal 235 202 140 0 0.14 0.40 0.08 39.16 0.7 0.74
Hex EB CA 8C 0 E 28 8 27 46 4A
Octal 353 312 214 0 16 50 10 47 106 112
Binary 11101011 11001010 10001100 0 1110 101000 1000 100111 1000110 1001010

Color Harmonies of #EBCA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCA8C

Black with #EBCA8C

Text Example


Text Example

White with #EBCA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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