#ead482

Color #EAD482 Flax (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flax #EAD482

Tints of Flax #EAD482

Color information

#EAD482 (or 0xEAD482) is unknown color: approx Flax. HEX triplet: EA, D4 and 82. RGB value is (234,212,130). Sum of RGB (Red+Green+Blue) = 234+212+130=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD482 is #152B7D. Grayscale: #D1D1D1. Windows color (decimal): -1387390 or 8574186. OLE color: 8574186.

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

Color convert

RGB234212130-
CMYK00.090.440.08
HSL47.31º71.23%71.37%-
HSV(B)47.31º44.44%91.76%-
XYZ61.566.1930.65-
YUV209.2383.29145.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.62%
GREEN value IS 212 (83.20% from 255) = 36.81%
BLUE value IS 130 (51.17% from 255) = 22.57%
R=40.62%
G=36.81%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421213000.090.440.0847.3171.2371.37
HexEAD482092C82f4747
Octal352324202011541057107107
Binary11101010110101001000001001001101100100010111110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ead482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ead482; }

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

 H1.HeaderClassName
 {
   color: #ead482;
 }
 .AnyTagClassName
 {
   color: #ead482;
 }
</style>
background-color css

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

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

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

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

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

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