Html Css Color HEX #EEC680 Marzipan

📋 copy color: '#EEC680'

red 238 ◦ green 198 ◦ blue 128

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

Shades of Marzipan #EEC680

Tints of Marzipan #EEC680

RGB

 RED value IS 238 (93.36% from 255) = 42.2%

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

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

R = 42.2%
G = 35.11%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EEC680 (or 0xEEC680) is known color: Marzipan. HEX triplet: EE, C6 and 80. RGB value is (238,198,128). Sum of RGB (Red+Green+Blue) = 238+198+128=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC680 is #11397F. Grayscale: #CACACA. Windows color (decimal): -1128832 or 8439534. OLE color: 8439534.

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

Color convert

RGB 238 198 128 -
CMYK 0 0.17 0.46 0.07
HSL 38.18º 0.76% 0.72% -
HSV(B) 38.18º 0.46% 0.93% -
XYZ 59.35 60.12 28.9 -
YUV 201.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 238 198 128 0 0.17 0.46 0.07 38.18 0.76 0.72
Hex EE C6 80 0 11 2E 7 26 4C 48
Octal 356 306 200 0 21 56 7 46 114 110
Binary 11101110 11000110 10000000 0 10001 101110 111 100110 1001100 1001000

Color Harmonies of #EEC680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC680

Black with #EEC680

Text Example


Text Example

White with #EEC680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC680; }

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

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

background-color css

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

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

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

border-color css

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

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

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