Html Css Color HEX #EFC88C Marzipan

📋 copy color: '#EFC88C'

red 239 ◦ green 200 ◦ blue 140

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

Shades of Marzipan #EFC88C

Tints of Marzipan #EFC88C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.54%

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

R = 41.28%
G = 34.54%
B = 24.18%

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

#EFC88C (or 0xEFC88C) is known color: Marzipan. HEX triplet: EF, C8 and 8C. RGB value is (239,200,140). Sum of RGB (Red+Green+Blue) = 239+200+140=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC88C is #103773. Grayscale: #CDCDCD. Windows color (decimal): -1062772 or 9226479. OLE color: 9226479.

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

Color convert

RGB 239 200 140 -
CMYK 0 0.16 0.41 0.06
HSL 36.36º 0.76% 0.74% -
HSV(B) 36.36º 0.41% 0.94% -
XYZ 60.98 61.55 33.48 -
YUV 204.82 91.42 152.38 -
System Red Green Blue C M Y K H S L
Decimal 239 200 140 0 0.16 0.41 0.06 36.36 0.76 0.74
Hex EF C8 8C 0 10 29 6 24 4C 4A
Octal 357 310 214 0 20 51 6 44 114 112
Binary 11101111 11001000 10001100 0 10000 101001 110 100100 1001100 1001010

Color Harmonies of #EFC88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC88C

Black with #EFC88C

Text Example


Text Example

White with #EFC88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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