Html Css Color HEX #EACB81 Marzipan

📋 copy color: '#EACB81'

red 234 ◦ green 203 ◦ blue 129

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

Shades of Marzipan #EACB81

Tints of Marzipan #EACB81

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.87%

 BLUE value IS 129 (50.78% from 255) = 22.79%

R = 41.34%
G = 35.87%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EACB81 (or 0xEACB81) is known color: Marzipan. HEX triplet: EA, CB and 81. RGB value is (234,203,129). Sum of RGB (Red+Green+Blue) = 234+203+129=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 129 (50.78% from 255 or 22.79% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACB81 is #15347E. Grayscale: #CCCCCC. Windows color (decimal): -1389695 or 8506346. OLE color: 8506346.

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

Color convert

RGB 234 203 129 -
CMYK 0 0.13 0.45 0.08
HSL 42.29º 0.71% 0.71% -
HSV(B) 42.29º 0.45% 0.92% -
XYZ 59.25 61.79 29.57 -
YUV 203.83 85.77 149.52 -
System Red Green Blue C M Y K H S L
Decimal 234 203 129 0 0.13 0.45 0.08 42.29 0.71 0.71
Hex EA CB 81 0 D 2D 8 2A 47 47
Octal 352 313 201 0 15 55 10 52 107 107
Binary 11101010 11001011 10000001 0 1101 101101 1000 101010 1000111 1000111

Color Harmonies of #EACB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB81

Black with #EACB81

Text Example


Text Example

White with #EACB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB81; }

 p { color: rgb(234,203,129); }

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

background-color css

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

 a { background-color: rgb(234,203,129); }

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

border-color css

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

 span { border-color: rgb(234,203,129); }

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