Html Css Color HEX #EECA7D Marzipan

📋 copy color: '#EECA7D'

red 238 ◦ green 202 ◦ blue 125

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

Shades of Marzipan #EECA7D

Tints of Marzipan #EECA7D

RGB

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

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

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

R = 42.12%
G = 35.75%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EECA7D (or 0xEECA7D) is known color: Marzipan. HEX triplet: EE, CA and 7D. RGB value is (238,202,125). Sum of RGB (Red+Green+Blue) = 238+202+125=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA7D is #113582. Grayscale: #CCCCCC. Windows color (decimal): -1127811 or 8243950. OLE color: 8243950.

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

Color convert

RGB 238 202 125 -
CMYK 0 0.15 0.47 0.07
HSL 40.88º 0.77% 0.71% -
HSV(B) 40.88º 0.47% 0.93% -
XYZ 60.08 61.9 28.18 -
YUV 203.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 238 202 125 0 0.15 0.47 0.07 40.88 0.77 0.71
Hex EE CA 7D 0 F 2F 7 29 4D 47
Octal 356 312 175 0 17 57 7 51 115 107
Binary 11101110 11001010 1111101 0 1111 101111 111 101001 1001101 1000111

Color Harmonies of #EECA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA7D

Black with #EECA7D

Text Example


Text Example

White with #EECA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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