Html Css Color HEX #EAD085 Marzipan

📋 copy color: '#EAD085'

red 234 ◦ green 208 ◦ blue 133

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

Shades of Marzipan #EAD085

Tints of Marzipan #EAD085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.13%

R = 40.7%
G = 36.17%
B = 23.13%

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

#EAD085 (or 0xEAD085) is known color: Marzipan. HEX triplet: EA, D0 and 85. RGB value is (234,208,133). Sum of RGB (Red+Green+Blue) = 234+208+133=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 133 (52.34% from 255 or 23.13% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD085 is #152F7A. Grayscale: #CFCFCF. Windows color (decimal): -1388411 or 8769770. OLE color: 8769770.

HSL color Cylindrical-coordinate representation of color #EAD085: hue angle of 44.55º degrees, saturation: 0.71, 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 #EAD085 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 208 133 -
CMYK 0 0.11 0.43 0.08
HSL 44.55º 0.71% 0.72% -
HSV(B) 44.55º 0.43% 0.92% -
XYZ 60.72 64.3 31.4 -
YUV 207.22 86.11 147.1 -
System Red Green Blue C M Y K H S L
Decimal 234 208 133 0 0.11 0.43 0.08 44.55 0.71 0.72
Hex EA D0 85 0 B 2B 8 2D 47 48
Octal 352 320 205 0 13 53 10 55 107 110
Binary 11101010 11010000 10000101 0 1011 101011 1000 101101 1000111 1001000

Color Harmonies of #EAD085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD085

Black with #EAD085

Text Example


Text Example

White with #EAD085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD085; }

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

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

background-color css

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

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

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

border-color css

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

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

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