Html Css Color HEX #EFC877 Marzipan

📋 copy color: '#EFC877'

red 239 ◦ green 200 ◦ blue 119

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

Shades of Marzipan #EFC877

Tints of Marzipan #EFC877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.33%

R = 42.83%
G = 35.84%
B = 21.33%

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

#EFC877 (or 0xEFC877) is known color: Marzipan. HEX triplet: EF, C8 and 77. RGB value is (239,200,119). Sum of RGB (Red+Green+Blue) = 239+200+119=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 119 (46.88% from 255 or 21.33% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC877 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC877 is #103788. Grayscale: #CACACA. Windows color (decimal): -1062793 or 7850223. OLE color: 7850223.

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

Color convert

RGB 239 200 119 -
CMYK 0 0.16 0.50 0.06
HSL 40.5º 0.79% 0.7% -
HSV(B) 40.5º 0.5% 0.94% -
XYZ 59.58 60.99 26.09 -
YUV 202.43 80.92 154.09 -
System Red Green Blue C M Y K H S L
Decimal 239 200 119 0 0.16 0.50 0.06 40.5 0.79 0.7
Hex EF C8 77 0 10 32 6 28 4F 46
Octal 357 310 167 0 20 62 6 50 117 106
Binary 11101111 11001000 1110111 0 10000 110010 110 101000 1001111 1000110

Color Harmonies of #EFC877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC877

Black with #EFC877

Text Example


Text Example

White with #EFC877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC877; }

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

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

background-color css

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

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

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

border-color css

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

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

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