Html Css Color HEX #EFC680 Marzipan

📋 copy color: '#EFC680'

red 239 ◦ green 198 ◦ blue 128

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

Shades of Marzipan #EFC680

Tints of Marzipan #EFC680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.65%

R = 42.3%
G = 35.04%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFC680 (or 0xEFC680) is known color: Marzipan. HEX triplet: EF, C6 and 80. RGB value is (239,198,128). Sum of RGB (Red+Green+Blue) = 239+198+128=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC680 is #10397F. Grayscale: #CACACA. Windows color (decimal): -1063296 or 8439535. OLE color: 8439535.

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

Color convert

RGB 239 198 128 -
CMYK 0 0.17 0.46 0.06
HSL 37.84º 0.78% 0.72% -
HSV(B) 37.84º 0.46% 0.94% -
XYZ 59.69 60.3 28.91 -
YUV 202.28 86.08 154.19 -
System Red Green Blue C M Y K H S L
Decimal 239 198 128 0 0.17 0.46 0.06 37.84 0.78 0.72
Hex EF C6 80 0 11 2E 6 26 4E 48
Octal 357 306 200 0 21 56 6 46 116 110
Binary 11101111 11000110 10000000 0 10001 101110 110 100110 1001110 1001000

Color Harmonies of #EFC680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC680

Black with #EFC680

Text Example


Text Example

White with #EFC680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC680; }

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

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

background-color css

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

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

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

border-color css

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

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

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