Html Css Color HEX #EFC17C Marzipan

📋 copy color: '#EFC17C'

red 239 ◦ green 193 ◦ blue 124

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

Shades of Marzipan #EFC17C

Tints of Marzipan #EFC17C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.71%

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

R = 42.99%
G = 34.71%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFC17C (or 0xEFC17C) is known color: Marzipan. HEX triplet: EF, C1 and 7C. RGB value is (239,193,124). Sum of RGB (Red+Green+Blue) = 239+193+124=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 124 (48.83% from 255 or 22.30% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC17C is #103E83. Grayscale: #C7C7C7. Windows color (decimal): -1064580 or 8176111. OLE color: 8176111.

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

Color convert

RGB 239 193 124 -
CMYK 0 0.19 0.48 0.06
HSL 36º 0.78% 0.71% -
HSV(B) 36º 0.48% 0.94% -
XYZ 58.3 57.95 27.18 -
YUV 198.89 85.74 156.61 -
System Red Green Blue C M Y K H S L
Decimal 239 193 124 0 0.19 0.48 0.06 36 0.78 0.71
Hex EF C1 7C 0 13 30 6 24 4E 47
Octal 357 301 174 0 23 60 6 44 116 107
Binary 11101111 11000001 1111100 0 10011 110000 110 100100 1001110 1000111

Color Harmonies of #EFC17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC17C

Black with #EFC17C

Text Example


Text Example

White with #EFC17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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