Html Css Color HEX #EEC580 Marzipan

📋 copy color: '#EEC580'

red 238 ◦ green 197 ◦ blue 128

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

Shades of Marzipan #EEC580

Tints of Marzipan #EEC580

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.99%

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

R = 42.27%
G = 34.99%
B = 22.74%

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

#EEC580 (or 0xEEC580) is known color: Marzipan. HEX triplet: EE, C5 and 80. RGB value is (238,197,128). Sum of RGB (Red+Green+Blue) = 238+197+128=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC580 is #113A7F. Grayscale: #C9C9C9. Windows color (decimal): -1129088 or 8439278. OLE color: 8439278.

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

Color convert

RGB 238 197 128 -
CMYK 0 0.17 0.46 0.07
HSL 37.64º 0.76% 0.72% -
HSV(B) 37.64º 0.46% 0.93% -
XYZ 59.12 59.67 28.82 -
YUV 201.39 86.58 154.11 -
System Red Green Blue C M Y K H S L
Decimal 238 197 128 0 0.17 0.46 0.07 37.64 0.76 0.72
Hex EE C5 80 0 11 2E 7 26 4C 48
Octal 356 305 200 0 21 56 7 46 114 110
Binary 11101110 11000101 10000000 0 10001 101110 111 100110 1001100 1001000

Color Harmonies of #EEC580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC580

Black with #EEC580

Text Example


Text Example

White with #EEC580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC580; }

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

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

background-color css

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

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

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

border-color css

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

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

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