Html Css Color HEX #EAD086 Marzipan

📋 copy color: '#EAD086'

red 234 ◦ green 208 ◦ blue 134

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

Shades of Marzipan #EAD086

Tints of Marzipan #EAD086

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.11%

 BLUE value IS 134 (52.73% from 255) = 23.26%

R = 40.63%
G = 36.11%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EAD086 (or 0xEAD086) is known color: Marzipan. HEX triplet: EA, D0 and 86. RGB value is (234,208,134). Sum of RGB (Red+Green+Blue) = 234+208+134=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 134 (52.73% from 255 or 23.26% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD086 is #152F79. Grayscale: #CFCFCF. Windows color (decimal): -1388410 or 8835306. OLE color: 8835306.

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

Color convert

RGB 234 208 134 -
CMYK 0 0.11 0.43 0.08
HSL 44.4º 0.7% 0.72% -
HSV(B) 44.4º 0.43% 0.92% -
XYZ 60.79 64.33 31.77 -
YUV 207.34 86.61 147.02 -
System Red Green Blue C M Y K H S L
Decimal 234 208 134 0 0.11 0.43 0.08 44.4 0.7 0.72
Hex EA D0 86 0 B 2B 8 2C 46 48
Octal 352 320 206 0 13 53 10 54 106 110
Binary 11101010 11010000 10000110 0 1011 101011 1000 101100 1000110 1001000

Color Harmonies of #EAD086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD086

Black with #EAD086

Text Example


Text Example

White with #EAD086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD086; }

 p { color: rgb(234,208,134); }

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

background-color css

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

 a { background-color: rgb(234,208,134); }

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

border-color css

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

 span { border-color: rgb(234,208,134); }

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