Html Css Color HEX #EFC68C Marzipan

📋 copy color: '#EFC68C'

red 239 ◦ green 198 ◦ blue 140

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

Shades of Marzipan #EFC68C

Tints of Marzipan #EFC68C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.32%

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

R = 41.42%
G = 34.32%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFC68C (or 0xEFC68C) is known color: Marzipan. HEX triplet: EF, C6 and 8C. RGB value is (239,198,140). Sum of RGB (Red+Green+Blue) = 239+198+140=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC68C is #103973. Grayscale: #CBCBCB. Windows color (decimal): -1063284 or 9225967. OLE color: 9225967.

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

Color convert

RGB 239 198 140 -
CMYK 0 0.17 0.41 0.06
HSL 35.15º 0.76% 0.74% -
HSV(B) 35.15º 0.41% 0.94% -
XYZ 60.52 60.63 33.32 -
YUV 203.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 239 198 140 0 0.17 0.41 0.06 35.15 0.76 0.74
Hex EF C6 8C 0 11 29 6 23 4C 4A
Octal 357 306 214 0 21 51 6 43 114 112
Binary 11101111 11000110 10001100 0 10001 101001 110 100011 1001100 1001010

Color Harmonies of #EFC68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC68C

Black with #EFC68C

Text Example


Text Example

White with #EFC68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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