#EBDB8A

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

Shades of Flax #EBDB8A

Tints of Flax #EBDB8A

Color information

#EBDB8A (or 0xEBDB8A) is unknown color: approx Flax. HEX triplet: EB, DB and 8A. RGB value is (235,219,138). Sum of RGB (Red+Green+Blue) = 235+219+138=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB8A is #142475. Grayscale: #D6D6D6. Windows color (decimal): -1320054 or 9100267. OLE color: 9100267.

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

Color convert

RGB235219138-
CMYK00.070.410.08
HSL50.1º70.8%73.14%-
HSV(B)50.1º41.28%92.16%-
XYZ64.1870.1634.2-
YUV214.5584.8142.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 219 (85.94% from 255) = 36.99%
BLUE value IS 138 (54.30% from 255) = 23.31%
R=39.70%
G=36.99%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521913800.070.410.0850.170.873.14
HexEBDB8A07298324749
Octal35333321207511062107111
Binary1110101111011011100010100111101001100011001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDB8A; }

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

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

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

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

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

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

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

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