Html Css Color HEX #EFC785 Marzipan

📋 copy color: '#EFC785'

red 239 ◦ green 199 ◦ blue 133

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

Shades of Marzipan #EFC785

Tints of Marzipan #EFC785

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.85%

 BLUE value IS 133 (52.34% from 255) = 23.29%

R = 41.86%
G = 34.85%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFC785 (or 0xEFC785) is known color: Marzipan. HEX triplet: EF, C7 and 85. RGB value is (239,199,133). Sum of RGB (Red+Green+Blue) = 239+199+133=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC785 is #10387A. Grayscale: #CBCBCB. Windows color (decimal): -1063035 or 8767471. OLE color: 8767471.

HSL color Cylindrical-coordinate representation of color #EFC785: hue angle of 37.36º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFC785 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 199 133 -
CMYK 0 0.17 0.44 0.06
HSL 37.36º 0.77% 0.73% -
HSV(B) 37.36º 0.44% 0.94% -
XYZ 60.25 60.89 30.77 -
YUV 203.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 239 199 133 0 0.17 0.44 0.06 37.36 0.77 0.73
Hex EF C7 85 0 11 2C 6 25 4D 49
Octal 357 307 205 0 21 54 6 45 115 111
Binary 11101111 11000111 10000101 0 10001 101100 110 100101 1001101 1001001

Color Harmonies of #EFC785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC785

Black with #EFC785

Text Example


Text Example

White with #EFC785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC785; }

 p { color: rgb(239,199,133); }

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

background-color css

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

 a { background-color: rgb(239,199,133); }

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

border-color css

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

 span { border-color: rgb(239,199,133); }

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