#EFC382

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

Shades of Marzipan #EFC382

Tints of Marzipan #EFC382

Color information

#EFC382 (or 0xEFC382) is unknown color: approx Marzipan. HEX triplet: EF, C3 and 82. RGB value is (239,195,130). Sum of RGB (Red+Green+Blue) = 239+195+130=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC382 is #103C7D. Grayscale: #C9C9C9. Windows color (decimal): -1064062 or 8569839. OLE color: 8569839.

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

Color convert

RGB239195130-
CMYK00.180.460.06
HSL35.78º77.3%72.35%-
HSV(B)35.78º45.61%93.73%-
XYZ59.1458.9929.39-
YUV200.7588.08155.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.38%
GREEN value IS 195 (76.56% from 255) = 34.57%
BLUE value IS 130 (51.17% from 255) = 23.05%
R=42.38%
G=34.57%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919513000.180.460.0635.7877.372.35
HexEFC3820122E6244d48
Octal35730320202256644115110
Binary11101111110000111000001001001010111011010010010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC382; }

 p { color: rgb(239,195,130); }

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

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

 a { background-color: rgb(239,195,130); }

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

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

 span { border-color: rgb(239,195,130); }

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