#EBDC8A

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

Shades of Flax #EBDC8A

Tints of Flax #EBDC8A

Color information

#EBDC8A (or 0xEBDC8A) is unknown color: approx Flax. HEX triplet: EB, DC and 8A. RGB value is (235,220,138). Sum of RGB (Red+Green+Blue) = 235+220+138=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 138 (54.30% from 255 or 23.27% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDC8A is #142375. Grayscale: #D7D7D7. Windows color (decimal): -1319798 or 9100523. OLE color: 9100523.

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

Color convert

RGB235220138-
CMYK00.060.410.08
HSL50.72º70.8%73.14%-
HSV(B)50.72º41.28%92.16%-
XYZ64.4470.6834.29-
YUV215.1484.47142.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 138 (54.30% from 255) = 23.27%
R=39.63%
G=37.10%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522013800.060.410.0850.7270.873.14
HexEBDC8A06298334749
Octal35333421206511063107111
Binary1110101111011100100010100110101001100011001110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDC8A; }

 p { color: rgb(235,220,138); }

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

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

 a { background-color: rgb(235,220,138); }

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

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

 span { border-color: rgb(235,220,138); }

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