Html Css Color HEX #EFC878 Marzipan

📋 copy color: '#EFC878'

red 239 ◦ green 200 ◦ blue 120

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

Shades of Marzipan #EFC878

Tints of Marzipan #EFC878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.47%

R = 42.75%
G = 35.78%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFC878 (or 0xEFC878) is known color: Marzipan. HEX triplet: EF, C8 and 78. RGB value is (239,200,120). Sum of RGB (Red+Green+Blue) = 239+200+120=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 120 (47.27% from 255 or 21.47% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC878 is #103787. Grayscale: #CACACA. Windows color (decimal): -1062792 or 7915759. OLE color: 7915759.

HSL color Cylindrical-coordinate representation of color #EFC878: hue angle of 40.34º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFC878 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 200 120 -
CMYK 0 0.16 0.50 0.06
HSL 40.34º 0.79% 0.7% -
HSV(B) 40.34º 0.5% 0.94% -
XYZ 59.64 61.02 26.4 -
YUV 202.54 81.42 154 -
System Red Green Blue C M Y K H S L
Decimal 239 200 120 0 0.16 0.50 0.06 40.34 0.79 0.7
Hex EF C8 78 0 10 32 6 28 4F 46
Octal 357 310 170 0 20 62 6 50 117 106
Binary 11101111 11001000 1111000 0 10000 110010 110 101000 1001111 1000110

Color Harmonies of #EFC878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC878

Black with #EFC878

Text Example


Text Example

White with #EFC878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC878; }

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

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

background-color css

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

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

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

border-color css

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

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

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