Html Css Color HEX #EAC582 Marzipan

📋 copy color: '#EAC582'

red 234 ◦ green 197 ◦ blue 130

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

Shades of Marzipan #EAC582

Tints of Marzipan #EAC582

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.12%

 BLUE value IS 130 (51.17% from 255) = 23.17%

R = 41.71%
G = 35.12%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EAC582 (or 0xEAC582) is known color: Marzipan. HEX triplet: EA, C5 and 82. RGB value is (234,197,130). Sum of RGB (Red+Green+Blue) = 234+197+130=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC582 is #153A7D. Grayscale: #C8C8C8. Windows color (decimal): -1391230 or 8570346. OLE color: 8570346.

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

Color convert

RGB 234 197 130 -
CMYK 0 0.16 0.44 0.08
HSL 38.65º 0.71% 0.71% -
HSV(B) 38.65º 0.44% 0.92% -
XYZ 57.93 59.04 29.46 -
YUV 200.43 88.26 151.95 -
System Red Green Blue C M Y K H S L
Decimal 234 197 130 0 0.16 0.44 0.08 38.65 0.71 0.71
Hex EA C5 82 0 10 2C 8 27 47 47
Octal 352 305 202 0 20 54 10 47 107 107
Binary 11101010 11000101 10000010 0 10000 101100 1000 100111 1000111 1000111

Color Harmonies of #EAC582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC582

Black with #EAC582

Text Example


Text Example

White with #EAC582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC582; }

 p { color: rgb(234,197,130); }

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

background-color css

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

 a { background-color: rgb(234,197,130); }

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

border-color css

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

 span { border-color: rgb(234,197,130); }

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