Html Css Color HEX #EAC682 Marzipan

📋 copy color: '#EAC682'

red 234 ◦ green 198 ◦ blue 130

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

Shades of Marzipan #EAC682

Tints of Marzipan #EAC682

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.23%

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

R = 41.64%
G = 35.23%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EAC682 (or 0xEAC682) is known color: Marzipan. HEX triplet: EA, C6 and 82. RGB value is (234,198,130). Sum of RGB (Red+Green+Blue) = 234+198+130=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 130 (51.17% from 255 or 23.13% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC682 is #15397D. Grayscale: #C9C9C9. Windows color (decimal): -1390974 or 8570602. OLE color: 8570602.

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

Color convert

RGB 234 198 130 -
CMYK 0 0.15 0.44 0.08
HSL 39.23º 0.71% 0.71% -
HSV(B) 39.23º 0.44% 0.92% -
XYZ 58.16 59.49 29.54 -
YUV 201.01 87.93 151.53 -
System Red Green Blue C M Y K H S L
Decimal 234 198 130 0 0.15 0.44 0.08 39.23 0.71 0.71
Hex EA C6 82 0 F 2C 8 27 47 47
Octal 352 306 202 0 17 54 10 47 107 107
Binary 11101010 11000110 10000010 0 1111 101100 1000 100111 1000111 1000111

Color Harmonies of #EAC682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC682

Black with #EAC682

Text Example


Text Example

White with #EAC682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC682; }

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

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

background-color css

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

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

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

border-color css

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

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

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