#EFCA7E

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

Shades of Marzipan #EFCA7E

Tints of Marzipan #EFCA7E

Color information

#EFCA7E (or 0xEFCA7E) is unknown color: approx Marzipan. HEX triplet: EF, CA and 7E. RGB value is (239,202,126). Sum of RGB (Red+Green+Blue) = 239+202+126=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA7E is #103581. Grayscale: #CCCCCC. Windows color (decimal): -1062274 or 8309487. OLE color: 8309487.

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

Color convert

RGB239202126-
CMYK00.150.470.06
HSL40.35º77.93%71.57%-
HSV(B)40.35º47.28%93.73%-
XYZ60.4862.128.54-
YUV204.483.76152.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.15%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 126 (49.61% from 255) = 22.22%
R=42.15%
G=35.63%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920212600.150.470.0640.3577.9371.57
HexEFCA7E0F2F6284e48
Octal35731217601757650116110
Binary111011111100101011111100111110111111010100010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCA7E; }

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

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

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

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

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

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

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

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