#EAD383

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

Shades of Flax #EAD383

Tints of Flax #EAD383

Color information

#EAD383 (or 0xEAD383) is unknown color: approx Flax. HEX triplet: EA, D3 and 83. RGB value is (234,211,131). Sum of RGB (Red+Green+Blue) = 234+211+131=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 131 (51.56% from 255 or 22.74% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD383 is #152C7C. Grayscale: #D1D1D1. Windows color (decimal): -1387645 or 8639466. OLE color: 8639466.

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

Color convert

RGB234211131-
CMYK00.100.440.08
HSL46.6º71.03%71.57%-
HSV(B)46.6º44.02%91.76%-
XYZ61.3265.7230.93-
YUV208.7684.12146-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.62%
GREEN value IS 211 (82.81% from 255) = 36.63%
BLUE value IS 131 (51.56% from 255) = 22.74%
R=40.62%
G=36.63%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421113100.100.440.0846.671.0371.57
HexEAD3830A2C82f4748
Octal352323203012541057107110
Binary11101010110100111000001101010101100100010111110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD383; }

 p { color: rgb(234,211,131); }

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

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

 a { background-color: rgb(234,211,131); }

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

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

 span { border-color: rgb(234,211,131); }

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