#EFC58B

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

Shades of Marzipan #EFC58B

Tints of Marzipan #EFC58B

Color information

#EFC58B (or 0xEFC58B) is unknown color: approx Marzipan. HEX triplet: EF, C5 and 8B. RGB value is (239,197,139). Sum of RGB (Red+Green+Blue) = 239+197+139=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 139 (54.69% from 255 or 24.17% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC58B is #103A74. Grayscale: #CBCBCB. Windows color (decimal): -1063541 or 9160175. OLE color: 9160175.

HSL color Cylindrical-coordinate representation of color #EFC58B: hue angle of 34.8º 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 #EFC58B is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB239197139-
CMYK00.180.420.06
HSL34.8º75.76%74.12%-
HSV(B)34.8º41.84%93.73%-
XYZ60.2260.1532.86-
YUV202.9591.91153.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.57%
GREEN value IS 197 (77.34% from 255) = 34.26%
BLUE value IS 139 (54.69% from 255) = 24.17%
R=41.57%
G=34.26%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919713900.180.420.0634.875.7674.12
HexEFC58B0122A6234c4a
Octal35730521302252643114112
Binary11101111110001011000101101001010101011010001110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC58B; }

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

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

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

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

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

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

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

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