Html Css Color HEX #EEC376 Marzipan

📋 copy color: '#EEC376'

red 238 ◦ green 195 ◦ blue 118

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

Shades of Marzipan #EEC376

Tints of Marzipan #EEC376

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.39%

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

R = 43.19%
G = 35.39%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EEC376 (or 0xEEC376) is known color: Marzipan. HEX triplet: EE, C3 and 76. RGB value is (238,195,118). Sum of RGB (Red+Green+Blue) = 238+195+118=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC376 is #113C89. Grayscale: #C7C7C7. Windows color (decimal): -1129610 or 7783406. OLE color: 7783406.

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

Color convert

RGB 238 195 118 -
CMYK 0 0.18 0.50 0.07
HSL 38.5º 0.78% 0.7% -
HSV(B) 38.5º 0.5% 0.93% -
XYZ 58.05 58.52 25.37 -
YUV 199.08 82.25 155.76 -
System Red Green Blue C M Y K H S L
Decimal 238 195 118 0 0.18 0.50 0.07 38.5 0.78 0.7
Hex EE C3 76 0 12 32 7 26 4E 46
Octal 356 303 166 0 22 62 7 46 116 106
Binary 11101110 11000011 1110110 0 10010 110010 111 100110 1001110 1000110

Color Harmonies of #EEC376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC376

Black with #EEC376

Text Example


Text Example

White with #EEC376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC376; }

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

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

background-color css

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

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

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

border-color css

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

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

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