Html Css Color HEX #EECD85 Marzipan

📋 copy color: '#EECD85'

red 238 ◦ green 205 ◦ blue 133

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

Shades of Marzipan #EECD85

Tints of Marzipan #EECD85

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.59%

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

R = 41.32%
G = 35.59%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EECD85 (or 0xEECD85) is known color: Marzipan. HEX triplet: EE, CD and 85. RGB value is (238,205,133). Sum of RGB (Red+Green+Blue) = 238+205+133=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECD85 is #11327A. Grayscale: #CECECE. Windows color (decimal): -1127035 or 8769006. OLE color: 8769006.

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

Color convert

RGB 238 205 133 -
CMYK 0 0.14 0.44 0.07
HSL 41.14º 0.76% 0.73% -
HSV(B) 41.14º 0.44% 0.93% -
XYZ 61.32 63.53 31.22 -
YUV 206.66 86.43 150.35 -
System Red Green Blue C M Y K H S L
Decimal 238 205 133 0 0.14 0.44 0.07 41.14 0.76 0.73
Hex EE CD 85 0 E 2C 7 29 4C 49
Octal 356 315 205 0 16 54 7 51 114 111
Binary 11101110 11001101 10000101 0 1110 101100 111 101001 1001100 1001001

Color Harmonies of #EECD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD85

Black with #EECD85

Text Example


Text Example

White with #EECD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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