Html Css Color HEX #EFC98C Marzipan

📋 copy color: '#EFC98C'

red 239 ◦ green 201 ◦ blue 140

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

Shades of Marzipan #EFC98C

Tints of Marzipan #EFC98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.14%

R = 41.21%
G = 34.66%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFC98C (or 0xEFC98C) is known color: Marzipan. HEX triplet: EF, C9 and 8C. RGB value is (239,201,140). Sum of RGB (Red+Green+Blue) = 239+201+140=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC98C is #103673. Grayscale: #CDCDCD. Windows color (decimal): -1062516 or 9226735. OLE color: 9226735.

HSL color Cylindrical-coordinate representation of color #EFC98C: hue angle of 36.97º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFC98C is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 201 140 -
CMYK 0 0.16 0.41 0.06
HSL 36.97º 0.76% 0.74% -
HSV(B) 36.97º 0.41% 0.94% -
XYZ 61.22 62.02 33.56 -
YUV 205.41 91.09 151.96 -
System Red Green Blue C M Y K H S L
Decimal 239 201 140 0 0.16 0.41 0.06 36.97 0.76 0.74
Hex EF C9 8C 0 10 29 6 25 4C 4A
Octal 357 311 214 0 20 51 6 45 114 112
Binary 11101111 11001001 10001100 0 10000 101001 110 100101 1001100 1001010

Color Harmonies of #EFC98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC98C

Black with #EFC98C

Text Example


Text Example

White with #EFC98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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