Html Css Color HEX #EACA83 Marzipan

📋 copy color: '#EACA83'

red 234 ◦ green 202 ◦ blue 131

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

Shades of Marzipan #EACA83

Tints of Marzipan #EACA83

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.63%

 BLUE value IS 131 (51.56% from 255) = 23.1%

R = 41.27%
G = 35.63%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EACA83 (or 0xEACA83) is known color: Marzipan. HEX triplet: EA, CA and 83. RGB value is (234,202,131). Sum of RGB (Red+Green+Blue) = 234+202+131=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACA83 is #15357C. Grayscale: #CBCBCB. Windows color (decimal): -1389949 or 8637162. OLE color: 8637162.

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

Color convert

RGB 234 202 131 -
CMYK 0 0.14 0.44 0.08
HSL 41.36º 0.71% 0.72% -
HSV(B) 41.36º 0.44% 0.92% -
XYZ 59.15 61.37 30.2 -
YUV 203.47 87.1 149.77 -
System Red Green Blue C M Y K H S L
Decimal 234 202 131 0 0.14 0.44 0.08 41.36 0.71 0.72
Hex EA CA 83 0 E 2C 8 29 47 48
Octal 352 312 203 0 16 54 10 51 107 110
Binary 11101010 11001010 10000011 0 1110 101100 1000 101001 1000111 1001000

Color Harmonies of #EACA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACA83

Black with #EACA83

Text Example


Text Example

White with #EACA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACA83; }

 p { color: rgb(234,202,131); }

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

background-color css

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

 a { background-color: rgb(234,202,131); }

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

border-color css

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

 span { border-color: rgb(234,202,131); }

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