Html Css Color HEX #EEC280 Marzipan

📋 copy color: '#EEC280'

red 238 ◦ green 194 ◦ blue 128

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

Shades of Marzipan #EEC280

Tints of Marzipan #EEC280

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.64%

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

R = 42.5%
G = 34.64%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EEC280 (or 0xEEC280) is known color: Marzipan. HEX triplet: EE, C2 and 80. RGB value is (238,194,128). Sum of RGB (Red+Green+Blue) = 238+194+128=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC280 is #113D7F. Grayscale: #C7C7C7. Windows color (decimal): -1129856 or 8438510. OLE color: 8438510.

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

Color convert

RGB 238 194 128 -
CMYK 0 0.18 0.46 0.07
HSL 36º 0.76% 0.72% -
HSV(B) 36º 0.46% 0.93% -
XYZ 58.45 58.32 28.6 -
YUV 199.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 238 194 128 0 0.18 0.46 0.07 36 0.76 0.72
Hex EE C2 80 0 12 2E 7 24 4C 48
Octal 356 302 200 0 22 56 7 44 114 110
Binary 11101110 11000010 10000000 0 10010 101110 111 100100 1001100 1001000

Color Harmonies of #EEC280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC280

Black with #EEC280

Text Example


Text Example

White with #EEC280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC280; }

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

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

background-color css

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

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

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

border-color css

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

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

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