Html Css Color HEX #EECA85 Marzipan

📋 copy color: '#EECA85'

red 238 ◦ green 202 ◦ blue 133

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

Shades of Marzipan #EECA85

Tints of Marzipan #EECA85

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.25%

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

R = 41.54%
G = 35.25%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EECA85 (or 0xEECA85) is known color: Marzipan. HEX triplet: EE, CA and 85. RGB value is (238,202,133). Sum of RGB (Red+Green+Blue) = 238+202+133=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECA85 is #11357A. Grayscale: #CDCDCD. Windows color (decimal): -1127803 or 8768238. OLE color: 8768238.

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

Color convert

RGB 238 202 133 -
CMYK 0 0.15 0.44 0.07
HSL 39.43º 0.76% 0.73% -
HSV(B) 39.43º 0.44% 0.93% -
XYZ 60.61 62.11 30.98 -
YUV 204.9 87.43 151.61 -
System Red Green Blue C M Y K H S L
Decimal 238 202 133 0 0.15 0.44 0.07 39.43 0.76 0.73
Hex EE CA 85 0 F 2C 7 27 4C 49
Octal 356 312 205 0 17 54 7 47 114 111
Binary 11101110 11001010 10000101 0 1111 101100 111 100111 1001100 1001001

Color Harmonies of #EECA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA85

Black with #EECA85

Text Example


Text Example

White with #EECA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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