Html Css Color HEX #EAC98B Marzipan

📋 copy color: '#EAC98B'

red 234 ◦ green 201 ◦ blue 139

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

Shades of Marzipan #EAC98B

Tints of Marzipan #EAC98B

RGB

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

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

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

R = 40.77%
G = 35.02%
B = 24.22%

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

#EAC98B (or 0xEAC98B) is known color: Marzipan. HEX triplet: EA, C9 and 8B. RGB value is (234,201,139). Sum of RGB (Red+Green+Blue) = 234+201+139=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 139 (54.69% from 255 or 24.22% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC98B is #153674. Grayscale: #CCCCCC. Windows color (decimal): -1390197 or 9161194. OLE color: 9161194.

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

Color convert

RGB 234 201 139 -
CMYK 0 0.14 0.41 0.08
HSL 39.16º 0.69% 0.73% -
HSV(B) 39.16º 0.41% 0.92% -
XYZ 59.48 61.13 33.09 -
YUV 203.8 91.43 149.54 -
System Red Green Blue C M Y K H S L
Decimal 234 201 139 0 0.14 0.41 0.08 39.16 0.69 0.73
Hex EA C9 8B 0 E 29 8 27 45 49
Octal 352 311 213 0 16 51 10 47 105 111
Binary 11101010 11001001 10001011 0 1110 101001 1000 100111 1000101 1001001

Color Harmonies of #EAC98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC98B

Black with #EAC98B

Text Example


Text Example

White with #EAC98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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