Html Css Color HEX #EACD8B Marzipan

📋 copy color: '#EACD8B'

red 234 ◦ green 205 ◦ blue 139

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

Shades of Marzipan #EACD8B

Tints of Marzipan #EACD8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.05%

R = 40.48%
G = 35.47%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EACD8B (or 0xEACD8B) is known color: Marzipan. HEX triplet: EA, CD and 8B. RGB value is (234,205,139). Sum of RGB (Red+Green+Blue) = 234+205+139=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 139 (54.69% from 255 or 24.05% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD8B is #153274. Grayscale: #CECECE. Windows color (decimal): -1389173 or 9162218. OLE color: 9162218.

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

Color convert

RGB 234 205 139 -
CMYK 0 0.12 0.41 0.08
HSL 41.68º 0.69% 0.73% -
HSV(B) 41.68º 0.41% 0.92% -
XYZ 60.42 63.02 33.41 -
YUV 206.15 90.11 147.87 -
System Red Green Blue C M Y K H S L
Decimal 234 205 139 0 0.12 0.41 0.08 41.68 0.69 0.73
Hex EA CD 8B 0 C 29 8 2A 45 49
Octal 352 315 213 0 14 51 10 52 105 111
Binary 11101010 11001101 10001011 0 1100 101001 1000 101010 1000101 1001001

Color Harmonies of #EACD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD8B

Black with #EACD8B

Text Example


Text Example

White with #EACD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD8B; }

 p { color: rgb(234,205,139); }

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

background-color css

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

 a { background-color: rgb(234,205,139); }

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

border-color css

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

 span { border-color: rgb(234,205,139); }

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