Html Css Color HEX #EACB7E Marzipan

📋 copy color: '#EACB7E'

red 234 ◦ green 203 ◦ blue 126

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

Shades of Marzipan #EACB7E

Tints of Marzipan #EACB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.38%

R = 41.56%
G = 36.06%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EACB7E (or 0xEACB7E) is known color: Marzipan. HEX triplet: EA, CB and 7E. RGB value is (234,203,126). Sum of RGB (Red+Green+Blue) = 234+203+126=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 126 (49.61% from 255 or 22.38% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB7E is #153481. Grayscale: #CBCBCB. Windows color (decimal): -1389698 or 8309738. OLE color: 8309738.

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

Color convert

RGB 234 203 126 -
CMYK 0 0.13 0.46 0.08
HSL 42.78º 0.72% 0.71% -
HSV(B) 42.78º 0.46% 0.92% -
XYZ 59.05 61.71 28.54 -
YUV 203.49 84.27 149.76 -
System Red Green Blue C M Y K H S L
Decimal 234 203 126 0 0.13 0.46 0.08 42.78 0.72 0.71
Hex EA CB 7E 0 D 2E 8 2B 48 47
Octal 352 313 176 0 15 56 10 53 110 107
Binary 11101010 11001011 1111110 0 1101 101110 1000 101011 1001000 1000111

Color Harmonies of #EACB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB7E

Black with #EACB7E

Text Example


Text Example

White with #EACB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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