Html Css Color HEX #EBCC8D Marzipan

📋 copy color: '#EBCC8D'

red 235 ◦ green 204 ◦ blue 141

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

Shades of Marzipan #EBCC8D

Tints of Marzipan #EBCC8D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.17%

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

R = 40.52%
G = 35.17%
B = 24.31%

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

#EBCC8D (or 0xEBCC8D) is known color: Marzipan. HEX triplet: EB, CC and 8D. RGB value is (235,204,141). Sum of RGB (Red+Green+Blue) = 235+204+141=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCC8D is #143372. Grayscale: #CECECE. Windows color (decimal): -1323891 or 9293035. OLE color: 9293035.

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

Color convert

RGB 235 204 141 -
CMYK 0 0.13 0.4 0.08
HSL 40.21º 0.7% 0.74% -
HSV(B) 40.21º 0.4% 0.92% -
XYZ 60.66 62.77 34.12 -
YUV 206.09 91.27 148.62 -
System Red Green Blue C M Y K H S L
Decimal 235 204 141 0 0.13 0.4 0.08 40.21 0.7 0.74
Hex EB CC 8D 0 D 28 8 28 46 4A
Octal 353 314 215 0 15 50 10 50 106 112
Binary 11101011 11001100 10001101 0 1101 101000 1000 101000 1000110 1001010

Color Harmonies of #EBCC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCC8D

Black with #EBCC8D

Text Example


Text Example

White with #EBCC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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