#ebcb7a

Color #EBCB7A Marzipan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marzipan #EBCB7A

Tints of Marzipan #EBCB7A

Color information

#EBCB7A (or 0xEBCB7A) is unknown color: approx Marzipan. HEX triplet: EB, CB and 7A. RGB value is (235,203,122). Sum of RGB (Red+Green+Blue) = 235+203+122=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCB7A is #143485. Grayscale: #CBCBCB. Windows color (decimal): -1324166 or 8047595. OLE color: 8047595.

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

Color convert

RGB235203122-
CMYK00.140.480.08
HSL43.01º73.86%70%-
HSV(B)43.01º48.09%92.16%-
XYZ59.1361.7827.22-
YUV203.3382.1150.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.96%
GREEN value IS 203 (79.69% from 255) = 36.25%
BLUE value IS 122 (48.05% from 255) = 21.79%
R=41.96%
G=36.25%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520312200.140.480.0843.0173.8670
HexEBCB7A0E3082b4a46
Octal353313172016601053112106
Binary1110101111001011111101001110110000100010101110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebcb7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebcb7a; }

 p { color: rgb(235,203,122); }

 H1.HeaderClassName
 {
   color: #ebcb7a;
 }
 .AnyTagClassName
 {
   color: #ebcb7a;
 }
</style>
background-color css

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

 a { background-color: rgb(235,203,122); }

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

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

 span { border-color: rgb(235,203,122); }

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