#efc67e

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

Shades of Marzipan #EFC67E

Tints of Marzipan #EFC67E

Color information

#EFC67E (or 0xEFC67E) is unknown color: approx Marzipan. HEX triplet: EF, C6 and 7E. RGB value is (239,198,126). Sum of RGB (Red+Green+Blue) = 239+198+126=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 126 (49.61% from 255 or 22.38% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC67E is #103981. Grayscale: #CACACA. Windows color (decimal): -1063298 or 8308463. OLE color: 8308463.

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

Color convert

RGB239198126-
CMYK00.170.470.06
HSL38.23º77.93%71.57%-
HSV(B)38.23º47.28%93.73%-
XYZ59.5660.2528.23-
YUV202.0585.08154.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 198 (77.73% from 255) = 35.17%
BLUE value IS 126 (49.61% from 255) = 22.38%
R=42.45%
G=35.17%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919812600.170.470.0638.2377.9371.57
HexEFC67E0112F6264e48
Octal35730617602157646116110
Binary1110111111000110111111001000110111111010011010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efc67e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efc67e; }

 p { color: rgb(239,198,126); }

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

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

 a { background-color: rgb(239,198,126); }

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

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

 span { border-color: rgb(239,198,126); }

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