Html Css Color HEX #EACA7D Marzipan

📋 copy color: '#EACA7D'

red 234 ◦ green 202 ◦ blue 125

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

Shades of Marzipan #EACA7D

Tints of Marzipan #EACA7D

RGB

 RED value IS 234 (91.8% from 255) = 41.71%

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

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

R = 41.71%
G = 36.01%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EACA7D (or 0xEACA7D) is known color: Marzipan. HEX triplet: EA, CA and 7D. RGB value is (234,202,125). Sum of RGB (Red+Green+Blue) = 234+202+125=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA7D is #153582. Grayscale: #CBCBCB. Windows color (decimal): -1389955 or 8243946. OLE color: 8243946.

HSL color Cylindrical-coordinate representation of color #EACA7D: hue angle of 42.39º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EACA7D is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 202 125 -
CMYK 0 0.14 0.47 0.08
HSL 42.39º 0.72% 0.7% -
HSV(B) 42.39º 0.47% 0.92% -
XYZ 58.75 61.21 28.12 -
YUV 202.79 84.1 150.26 -
System Red Green Blue C M Y K H S L
Decimal 234 202 125 0 0.14 0.47 0.08 42.39 0.72 0.7
Hex EA CA 7D 0 E 2F 8 2A 48 46
Octal 352 312 175 0 16 57 10 52 110 106
Binary 11101010 11001010 1111101 0 1110 101111 1000 101010 1001000 1000110

Color Harmonies of #EACA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACA7D

Black with #EACA7D

Text Example


Text Example

White with #EACA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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