Html Css Color HEX #EFC98A Marzipan

📋 copy color: '#EFC98A'

red 239 ◦ green 201 ◦ blue 138

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

Shades of Marzipan #EFC98A

Tints of Marzipan #EFC98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.88%

R = 41.35%
G = 34.78%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFC98A (or 0xEFC98A) is known color: Marzipan. HEX triplet: EF, C9 and 8A. RGB value is (239,201,138). Sum of RGB (Red+Green+Blue) = 239+201+138=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC98A is #103675. Grayscale: #CDCDCD. Windows color (decimal): -1062518 or 9095663. OLE color: 9095663.

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

Color convert

RGB 239 201 138 -
CMYK 0 0.16 0.42 0.06
HSL 37.43º 0.76% 0.74% -
HSV(B) 37.43º 0.42% 0.94% -
XYZ 61.07 61.96 32.79 -
YUV 205.18 90.09 152.12 -
System Red Green Blue C M Y K H S L
Decimal 239 201 138 0 0.16 0.42 0.06 37.43 0.76 0.74
Hex EF C9 8A 0 10 2A 6 25 4C 4A
Octal 357 311 212 0 20 52 6 45 114 112
Binary 11101111 11001001 10001010 0 10000 101010 110 100101 1001100 1001010

Color Harmonies of #EFC98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC98A

Black with #EFC98A

Text Example


Text Example

White with #EFC98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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