#EFC88D

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

Shades of Marzipan #EFC88D

Tints of Marzipan #EFC88D

Color information

#EFC88D (or 0xEFC88D) is unknown color: approx Marzipan. HEX triplet: EF, C8 and 8D. RGB value is (239,200,141). Sum of RGB (Red+Green+Blue) = 239+200+141=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC88D is #103772. Grayscale: #CDCDCD. Windows color (decimal): -1062771 or 9292015. OLE color: 9292015.

HSL color Cylindrical-coordinate representation of color #EFC88D: hue angle of 36.12º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFC88D is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB239200141-
CMYK00.160.410.06
HSL36.12º75.38%74.51%-
HSV(B)36.12º41%93.73%-
XYZ61.0661.5833.87-
YUV204.9491.92152.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 200 (78.52% from 255) = 34.48%
BLUE value IS 141 (55.47% from 255) = 24.31%
R=41.21%
G=34.48%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920014100.160.410.0636.1275.3874.51
HexEFC88D010296244b4b
Octal35731021502051644113113
Binary11101111110010001000110101000010100111010010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC88D; }

 p { color: rgb(239,200,141); }

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

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

 a { background-color: rgb(239,200,141); }

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

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

 span { border-color: rgb(239,200,141); }

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