Html Css Color HEX #EFC685 Marzipan

📋 copy color: '#EFC685'

red 239 ◦ green 198 ◦ blue 133

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

Shades of Marzipan #EFC685

Tints of Marzipan #EFC685

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.74%

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

R = 41.93%
G = 34.74%
B = 23.33%

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

#EFC685 (or 0xEFC685) is known color: Marzipan. HEX triplet: EF, C6 and 85. RGB value is (239,198,133). Sum of RGB (Red+Green+Blue) = 239+198+133=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC685 is #10397A. Grayscale: #CBCBCB. Windows color (decimal): -1063291 or 8767215. OLE color: 8767215.

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

Color convert

RGB 239 198 133 -
CMYK 0 0.17 0.44 0.06
HSL 36.79º 0.77% 0.73% -
HSV(B) 36.79º 0.44% 0.94% -
XYZ 60.02 60.43 30.69 -
YUV 202.85 88.58 153.79 -
System Red Green Blue C M Y K H S L
Decimal 239 198 133 0 0.17 0.44 0.06 36.79 0.77 0.73
Hex EF C6 85 0 11 2C 6 25 4D 49
Octal 357 306 205 0 21 54 6 45 115 111
Binary 11101111 11000110 10000101 0 10001 101100 110 100101 1001101 1001001

Color Harmonies of #EFC685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC685

Black with #EFC685

Text Example


Text Example

White with #EFC685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC685; }

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

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

background-color css

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

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

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

border-color css

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

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

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