Html Css Color HEX #EFCE7C Marzipan

📋 copy color: '#EFCE7C'

red 239 ◦ green 206 ◦ blue 124

#EFCE7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Marzipan #EFCE7C

Tints of Marzipan #EFCE7C

RGB

 RED value IS 239 (93.75% from 255) = 42%

 GREEN value IS 206 (80.86% from 255) = 36.2%

 BLUE value IS 124 (48.83% from 255) = 21.79%

R = 42%
G = 36.2%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFCE7C (or 0xEFCE7C) is known color: Marzipan. HEX triplet: EF, CE and 7C. RGB value is (239,206,124). Sum of RGB (Red+Green+Blue) = 239+206+124=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 124 (48.83% from 255 or 21.79% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE7C is #103183. Grayscale: #CECECE. Windows color (decimal): -1061252 or 8179439. OLE color: 8179439.

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

Color convert

RGB 239 206 124 -
CMYK 0 0.14 0.48 0.06
HSL 42.78º 0.78% 0.71% -
HSV(B) 42.78º 0.48% 0.94% -
XYZ 61.31 63.95 28.18 -
YUV 206.52 81.43 151.17 -
System Red Green Blue C M Y K H S L
Decimal 239 206 124 0 0.14 0.48 0.06 42.78 0.78 0.71
Hex EF CE 7C 0 E 30 6 2B 4E 47
Octal 357 316 174 0 16 60 6 53 116 107
Binary 11101111 11001110 1111100 0 1110 110000 110 101011 1001110 1000111

Color Harmonies of #EFCE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE7C

Black with #EFCE7C

Text Example


Text Example

White with #EFCE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE7C; }

 p { color: rgb(239,206,124); }

 H1.HeaderClassName
 {
   color: #EFCE7C;
 }
 .AnyTagClassName
 {
   color: #EFCE7C;
 }
</style>

background-color css

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

 a { background-color: rgb(239,206,124); }

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

border-color css

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

 span { border-color: rgb(239,206,124); }

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