Html Css Color HEX #EEC485 Marzipan

📋 copy color: '#EEC485'

red 238 ◦ green 196 ◦ blue 133

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

Shades of Marzipan #EEC485

Tints of Marzipan #EEC485

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.57%

 BLUE value IS 133 (52.34% from 255) = 23.46%

R = 41.98%
G = 34.57%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EEC485 (or 0xEEC485) is known color: Marzipan. HEX triplet: EE, C4 and 85. RGB value is (238,196,133). Sum of RGB (Red+Green+Blue) = 238+196+133=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC485 is #113B7A. Grayscale: #C9C9C9. Windows color (decimal): -1129339 or 8766702. OLE color: 8766702.

HSL color Cylindrical-coordinate representation of color #EEC485: hue angle of 36º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEC485 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 196 133 -
CMYK 0 0.18 0.44 0.07
HSL 36º 0.76% 0.73% -
HSV(B) 36º 0.44% 0.93% -
XYZ 59.23 59.35 30.52 -
YUV 201.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 238 196 133 0 0.18 0.44 0.07 36 0.76 0.73
Hex EE C4 85 0 12 2C 7 24 4C 49
Octal 356 304 205 0 22 54 7 44 114 111
Binary 11101110 11000100 10000101 0 10010 101100 111 100100 1001100 1001001

Color Harmonies of #EEC485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC485

Black with #EEC485

Text Example


Text Example

White with #EEC485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC485; }

 p { color: rgb(238,196,133); }

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

background-color css

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

 a { background-color: rgb(238,196,133); }

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

border-color css

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

 span { border-color: rgb(238,196,133); }

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