Html Css Color HEX #EAD082 Marzipan

📋 copy color: '#EAD082'

red 234 ◦ green 208 ◦ blue 130

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

Shades of Marzipan #EAD082

Tints of Marzipan #EAD082

RGB

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

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

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

R = 40.91%
G = 36.36%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EAD082 (or 0xEAD082) is known color: Marzipan. HEX triplet: EA, D0 and 82. RGB value is (234,208,130). Sum of RGB (Red+Green+Blue) = 234+208+130=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 130 (51.17% from 255 or 22.73% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD082 is #152F7D. Grayscale: #CFCFCF. Windows color (decimal): -1388414 or 8573162. OLE color: 8573162.

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

Color convert

RGB 234 208 130 -
CMYK 0 0.11 0.44 0.08
HSL 45º 0.71% 0.71% -
HSV(B) 45º 0.44% 0.92% -
XYZ 60.52 64.22 30.32 -
YUV 206.88 84.61 147.34 -
System Red Green Blue C M Y K H S L
Decimal 234 208 130 0 0.11 0.44 0.08 45 0.71 0.71
Hex EA D0 82 0 B 2C 8 2D 47 47
Octal 352 320 202 0 13 54 10 55 107 107
Binary 11101010 11010000 10000010 0 1011 101100 1000 101101 1000111 1000111

Color Harmonies of #EAD082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD082

Black with #EAD082

Text Example


Text Example

White with #EAD082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD082; }

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

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

background-color css

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

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

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

border-color css

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

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

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