Html Css Color HEX #EACC8C Marzipan

📋 copy color: '#EACC8C'

red 234 ◦ green 204 ◦ blue 140

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

Shades of Marzipan #EACC8C

Tints of Marzipan #EACC8C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.29%

 BLUE value IS 140 (55.08% from 255) = 24.22%

R = 40.48%
G = 35.29%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EACC8C (or 0xEACC8C) is known color: Marzipan. HEX triplet: EA, CC and 8C. RGB value is (234,204,140). Sum of RGB (Red+Green+Blue) = 234+204+140=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACC8C is #153373. Grayscale: #CDCDCD. Windows color (decimal): -1389428 or 9227498. OLE color: 9227498.

HSL color Cylindrical-coordinate representation of color #EACC8C: hue angle of 40.85º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EACC8C is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 204 140 -
CMYK 0 0.13 0.40 0.08
HSL 40.85º 0.69% 0.73% -
HSV(B) 40.85º 0.4% 0.92% -
XYZ 60.26 62.57 33.71 -
YUV 205.67 90.94 148.2 -
System Red Green Blue C M Y K H S L
Decimal 234 204 140 0 0.13 0.40 0.08 40.85 0.69 0.73
Hex EA CC 8C 0 D 28 8 29 45 49
Octal 352 314 214 0 15 50 10 51 105 111
Binary 11101010 11001100 10001100 0 1101 101000 1000 101001 1000101 1001001

Color Harmonies of #EACC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC8C

Black with #EACC8C

Text Example


Text Example

White with #EACC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC8C; }

 p { color: rgb(234,204,140); }

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

background-color css

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

 a { background-color: rgb(234,204,140); }

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

border-color css

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

 span { border-color: rgb(234,204,140); }

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