Html Css Color HEX #EEC97D Marzipan

📋 copy color: '#EEC97D'

red 238 ◦ green 201 ◦ blue 125

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

Shades of Marzipan #EEC97D

Tints of Marzipan #EEC97D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.64%

 BLUE value IS 125 (49.22% from 255) = 22.16%

R = 42.2%
G = 35.64%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EEC97D (or 0xEEC97D) is known color: Marzipan. HEX triplet: EE, C9 and 7D. RGB value is (238,201,125). Sum of RGB (Red+Green+Blue) = 238+201+125=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC97D is #113682. Grayscale: #CBCBCB. Windows color (decimal): -1128067 or 8243694. OLE color: 8243694.

HSL color Cylindrical-coordinate representation of color #EEC97D: hue angle of 40.35º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEC97D is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 201 125 -
CMYK 0 0.16 0.47 0.07
HSL 40.35º 0.77% 0.71% -
HSV(B) 40.35º 0.47% 0.93% -
XYZ 59.85 61.43 28.11 -
YUV 203.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 238 201 125 0 0.16 0.47 0.07 40.35 0.77 0.71
Hex EE C9 7D 0 10 2F 7 28 4D 47
Octal 356 311 175 0 20 57 7 50 115 107
Binary 11101110 11001001 1111101 0 10000 101111 111 101000 1001101 1000111

Color Harmonies of #EEC97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC97D

Black with #EEC97D

Text Example


Text Example

White with #EEC97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC97D; }

 p { color: rgb(238,201,125); }

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

background-color css

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

 a { background-color: rgb(238,201,125); }

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

border-color css

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

 span { border-color: rgb(238,201,125); }

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