#EFCA81

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

Shades of Marzipan #EFCA81

Tints of Marzipan #EFCA81

Color information

#EFCA81 (or 0xEFCA81) is unknown color: approx Marzipan. HEX triplet: EF, CA and 81. RGB value is (239,202,129). Sum of RGB (Red+Green+Blue) = 239+202+129=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 129 (50.78% from 255 or 22.63% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCA81 is #10357E. Grayscale: #CDCDCD. Windows color (decimal): -1062271 or 8506095. OLE color: 8506095.

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

Color convert

RGB239202129-
CMYK00.150.460.06
HSL39.82º77.46%72.16%-
HSV(B)39.82º46.03%93.73%-
XYZ60.6862.1829.57-
YUV204.7485.26152.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.93%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 129 (50.78% from 255) = 22.63%
R=41.93%
G=35.44%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920212900.150.460.0639.8277.4672.16
HexEFCA810F2E6284d48
Octal35731220101756650115110
Binary1110111111001010100000010111110111011010100010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCA81; }

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

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

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

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

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

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

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

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