Html Css Color HEX #EAC98A Marzipan

📋 copy color: '#EAC98A'

red 234 ◦ green 201 ◦ blue 138

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

Shades of Marzipan #EAC98A

Tints of Marzipan #EAC98A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.08%

 BLUE value IS 138 (54.3% from 255) = 24.08%

R = 40.84%
G = 35.08%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EAC98A (or 0xEAC98A) is known color: Marzipan. HEX triplet: EA, C9 and 8A. RGB value is (234,201,138). Sum of RGB (Red+Green+Blue) = 234+201+138=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC98A is #153675. Grayscale: #CBCBCB. Windows color (decimal): -1390198 or 9095658. OLE color: 9095658.

HSL color Cylindrical-coordinate representation of color #EAC98A: hue angle of 39.38º degrees, saturation: 0.7, 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 #EAC98A is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 201 138 -
CMYK 0 0.14 0.41 0.08
HSL 39.38º 0.7% 0.73% -
HSV(B) 39.38º 0.41% 0.92% -
XYZ 59.41 61.1 32.71 -
YUV 203.69 90.93 149.62 -
System Red Green Blue C M Y K H S L
Decimal 234 201 138 0 0.14 0.41 0.08 39.38 0.7 0.73
Hex EA C9 8A 0 E 29 8 27 46 49
Octal 352 311 212 0 16 51 10 47 106 111
Binary 11101010 11001001 10001010 0 1110 101001 1000 100111 1000110 1001001

Color Harmonies of #EAC98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC98A

Black with #EAC98A

Text Example


Text Example

White with #EAC98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC98A; }

 p { color: rgb(234,201,138); }

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

background-color css

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

 a { background-color: rgb(234,201,138); }

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

border-color css

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

 span { border-color: rgb(234,201,138); }

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