Html Css Color HEX #EFC87D Marzipan

📋 copy color: '#EFC87D'

red 239 ◦ green 200 ◦ blue 125

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

Shades of Marzipan #EFC87D

Tints of Marzipan #EFC87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.16%

R = 42.38%
G = 35.46%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFC87D (or 0xEFC87D) is known color: Marzipan. HEX triplet: EF, C8 and 7D. RGB value is (239,200,125). Sum of RGB (Red+Green+Blue) = 239+200+125=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC87D is #103782. Grayscale: #CBCBCB. Windows color (decimal): -1062787 or 8243439. OLE color: 8243439.

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

Color convert

RGB 239 200 125 -
CMYK 0 0.16 0.48 0.06
HSL 39.47º 0.78% 0.71% -
HSV(B) 39.47º 0.48% 0.94% -
XYZ 59.95 61.14 28.04 -
YUV 203.11 83.92 153.6 -
System Red Green Blue C M Y K H S L
Decimal 239 200 125 0 0.16 0.48 0.06 39.47 0.78 0.71
Hex EF C8 7D 0 10 30 6 27 4E 47
Octal 357 310 175 0 20 60 6 47 116 107
Binary 11101111 11001000 1111101 0 10000 110000 110 100111 1001110 1000111

Color Harmonies of #EFC87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC87D

Black with #EFC87D

Text Example


Text Example

White with #EFC87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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