#EFCA7B

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

Shades of Marzipan #EFCA7B

Tints of Marzipan #EFCA7B

Color information

#EFCA7B (or 0xEFCA7B) is unknown color: approx Marzipan. HEX triplet: EF, CA and 7B. RGB value is (239,202,123). Sum of RGB (Red+Green+Blue) = 239+202+123=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 123 (48.44% from 255 or 21.81% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA7B is #103584. Grayscale: #CCCCCC. Windows color (decimal): -1062277 or 8112879. OLE color: 8112879.

HSL color Cylindrical-coordinate representation of color #EFCA7B: hue angle of 40.86º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFCA7B is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB239202123-
CMYK00.150.490.06
HSL40.86º78.38%70.98%-
HSV(B)40.86º48.54%93.73%-
XYZ60.2962.0227.53-
YUV204.0682.26152.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.38%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 123 (48.44% from 255) = 21.81%
R=42.38%
G=35.82%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920212300.150.490.0640.8678.3870.98
HexEFCA7B0F316294e47
Octal35731217301761651116107
Binary111011111100101011110110111111000111010100110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCA7B; }

 p { color: rgb(239,202,123); }

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

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

 a { background-color: rgb(239,202,123); }

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

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

 span { border-color: rgb(239,202,123); }

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