Html Css Color HEX #EFC97C Marzipan

📋 copy color: '#EFC97C'

red 239 ◦ green 201 ◦ blue 124

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

Shades of Marzipan #EFC97C

Tints of Marzipan #EFC97C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.64%

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

R = 42.38%
G = 35.64%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFC97C (or 0xEFC97C) is known color: Marzipan. HEX triplet: EF, C9 and 7C. RGB value is (239,201,124). Sum of RGB (Red+Green+Blue) = 239+201+124=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 124 (48.83% from 255 or 21.99% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC97C is #103683. Grayscale: #CBCBCB. Windows color (decimal): -1062532 or 8178159. OLE color: 8178159.

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

Color convert

RGB 239 201 124 -
CMYK 0 0.16 0.48 0.06
HSL 40.17º 0.78% 0.71% -
HSV(B) 40.17º 0.48% 0.94% -
XYZ 60.12 61.58 27.79 -
YUV 203.58 83.09 153.26 -
System Red Green Blue C M Y K H S L
Decimal 239 201 124 0 0.16 0.48 0.06 40.17 0.78 0.71
Hex EF C9 7C 0 10 30 6 28 4E 47
Octal 357 311 174 0 20 60 6 50 116 107
Binary 11101111 11001001 1111100 0 10000 110000 110 101000 1001110 1000111

Color Harmonies of #EFC97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC97C

Black with #EFC97C

Text Example


Text Example

White with #EFC97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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