#EBDC8B

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

Shades of Flax #EBDC8B

Tints of Flax #EBDC8B

Color information

#EBDC8B (or 0xEBDC8B) is unknown color: approx Flax. HEX triplet: EB, DC and 8B. RGB value is (235,220,139). Sum of RGB (Red+Green+Blue) = 235+220+139=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDC8B is #142374. Grayscale: #D7D7D7. Windows color (decimal): -1319797 or 9166059. OLE color: 9166059.

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

Color convert

RGB235220139-
CMYK00.060.410.08
HSL50.62º70.59%73.33%-
HSV(B)50.62º40.85%92.16%-
XYZ64.5170.7134.67-
YUV215.2584.97142.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 139 (54.69% from 255) = 23.40%
R=39.56%
G=37.04%
B=23.40%

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
Decimal23522013900.060.410.0850.6270.5973.33
HexEBDC8B06298334749
Octal35333421306511063107111
Binary1110101111011100100010110110101001100011001110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDC8B; }

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

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

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

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

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

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

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

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