#EFC88B

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

Shades of Marzipan #EFC88B

Tints of Marzipan #EFC88B

Color information

#EFC88B (or 0xEFC88B) is unknown color: approx Marzipan. HEX triplet: EF, C8 and 8B. RGB value is (239,200,139). Sum of RGB (Red+Green+Blue) = 239+200+139=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 139 (54.69% from 255 or 24.05% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC88B is #103774. Grayscale: #CCCCCC. Windows color (decimal): -1062773 or 9160943. OLE color: 9160943.

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

Color convert

RGB239200139-
CMYK00.160.420.06
HSL36.6º75.76%74.12%-
HSV(B)36.6º41.84%93.73%-
XYZ60.9161.5233.09-
YUV204.7190.92152.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.35%
GREEN value IS 200 (78.52% from 255) = 34.60%
BLUE value IS 139 (54.69% from 255) = 24.05%
R=41.35%
G=34.60%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920013900.160.420.0636.675.7674.12
HexEFC88B0102A6254c4a
Octal35731021302052645114112
Binary11101111110010001000101101000010101011010010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC88B; }

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

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

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

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

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

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

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

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