Html Css Color HEX #EAC482 Marzipan

📋 copy color: '#EAC482'

red 234 ◦ green 196 ◦ blue 130

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

Shades of Marzipan #EAC482

Tints of Marzipan #EAC482

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35%

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

R = 41.79%
G = 35%
B = 23.21%

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

#EAC482 (or 0xEAC482) is known color: Marzipan. HEX triplet: EA, C4 and 82. RGB value is (234,196,130). Sum of RGB (Red+Green+Blue) = 234+196+130=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC482 is #153B7D. Grayscale: #C8C8C8. Windows color (decimal): -1391486 or 8570090. OLE color: 8570090.

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

Color convert

RGB 234 196 130 -
CMYK 0 0.16 0.44 0.08
HSL 38.08º 0.71% 0.71% -
HSV(B) 38.08º 0.44% 0.92% -
XYZ 57.7 58.58 29.39 -
YUV 199.84 88.59 152.37 -
System Red Green Blue C M Y K H S L
Decimal 234 196 130 0 0.16 0.44 0.08 38.08 0.71 0.71
Hex EA C4 82 0 10 2C 8 26 47 47
Octal 352 304 202 0 20 54 10 46 107 107
Binary 11101010 11000100 10000010 0 10000 101100 1000 100110 1000111 1000111

Color Harmonies of #EAC482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC482

Black with #EAC482

Text Example


Text Example

White with #EAC482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC482; }

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

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

background-color css

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

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

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

border-color css

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

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

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