Html Css Color HEX #EEC076 Marzipan

📋 copy color: '#EEC076'

red 238 ◦ green 192 ◦ blue 118

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

Shades of Marzipan #EEC076

Tints of Marzipan #EEC076

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.04%

 BLUE value IS 118 (46.48% from 255) = 21.53%

R = 43.43%
G = 35.04%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EEC076 (or 0xEEC076) is known color: Marzipan. HEX triplet: EE, C0 and 76. RGB value is (238,192,118). Sum of RGB (Red+Green+Blue) = 238+192+118=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC076 is #113F89. Grayscale: #C5C5C5. Windows color (decimal): -1130378 or 7782638. OLE color: 7782638.

HSL color Cylindrical-coordinate representation of color #EEC076: hue angle of 37º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEC076 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 192 118 -
CMYK 0 0.19 0.50 0.07
HSL 37º 0.78% 0.7% -
HSV(B) 37º 0.5% 0.93% -
XYZ 57.38 57.18 25.15 -
YUV 197.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 238 192 118 0 0.19 0.50 0.07 37 0.78 0.7
Hex EE C0 76 0 13 32 7 25 4E 46
Octal 356 300 166 0 23 62 7 45 116 106
Binary 11101110 11000000 1110110 0 10011 110010 111 100101 1001110 1000110

Color Harmonies of #EEC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC076

Black with #EEC076

Text Example


Text Example

White with #EEC076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC076; }

 p { color: rgb(238,192,118); }

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

background-color css

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

 a { background-color: rgb(238,192,118); }

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

border-color css

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

 span { border-color: rgb(238,192,118); }

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