Html Css Color HEX #EEC780 Marzipan

📋 copy color: '#EEC780'

red 238 ◦ green 199 ◦ blue 128

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

Shades of Marzipan #EEC780

Tints of Marzipan #EEC780

RGB

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

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

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

R = 42.12%
G = 35.22%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EEC780 (or 0xEEC780) is known color: Marzipan. HEX triplet: EE, C7 and 80. RGB value is (238,199,128). Sum of RGB (Red+Green+Blue) = 238+199+128=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC780 is #11387F. Grayscale: #CACACA. Windows color (decimal): -1128576 or 8439790. OLE color: 8439790.

HSL color Cylindrical-coordinate representation of color #EEC780: hue angle of 38.73º 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 #EEC780 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 199 128 -
CMYK 0 0.16 0.46 0.07
HSL 38.73º 0.76% 0.72% -
HSV(B) 38.73º 0.46% 0.93% -
XYZ 59.58 60.58 28.98 -
YUV 202.57 85.92 153.27 -
System Red Green Blue C M Y K H S L
Decimal 238 199 128 0 0.16 0.46 0.07 38.73 0.76 0.72
Hex EE C7 80 0 10 2E 7 27 4C 48
Octal 356 307 200 0 20 56 7 47 114 110
Binary 11101110 11000111 10000000 0 10000 101110 111 100111 1001100 1001000

Color Harmonies of #EEC780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC780

Black with #EEC780

Text Example


Text Example

White with #EEC780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC780; }

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

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

background-color css

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

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

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

border-color css

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

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

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