Html Css Color HEX #EAC87A Marzipan

📋 copy color: '#EAC87A'

red 234 ◦ green 200 ◦ blue 122

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

Shades of Marzipan #EAC87A

Tints of Marzipan #EAC87A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.97%

 BLUE value IS 122 (48.05% from 255) = 21.94%

R = 42.09%
G = 35.97%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EAC87A (or 0xEAC87A) is known color: Marzipan. HEX triplet: EA, C8 and 7A. RGB value is (234,200,122). Sum of RGB (Red+Green+Blue) = 234+200+122=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 122 (48.05% from 255 or 21.94% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC87A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC87A is #153785. Grayscale: #C9C9C9. Windows color (decimal): -1390470 or 8046826. OLE color: 8046826.

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

Color convert

RGB 234 200 122 -
CMYK 0 0.15 0.48 0.08
HSL 41.79º 0.73% 0.7% -
HSV(B) 41.79º 0.48% 0.92% -
XYZ 58.1 60.21 26.97 -
YUV 201.27 83.26 151.34 -
System Red Green Blue C M Y K H S L
Decimal 234 200 122 0 0.15 0.48 0.08 41.79 0.73 0.7
Hex EA C8 7A 0 F 30 8 2A 49 46
Octal 352 310 172 0 17 60 10 52 111 106
Binary 11101010 11001000 1111010 0 1111 110000 1000 101010 1001001 1000110

Color Harmonies of #EAC87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC87A

Black with #EAC87A

Text Example


Text Example

White with #EAC87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC87A; }

 p { color: rgb(234,200,122); }

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

background-color css

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

 a { background-color: rgb(234,200,122); }

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

border-color css

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

 span { border-color: rgb(234,200,122); }

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