#EBD98B

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

Shades of Flax #EBD98B

Tints of Flax #EBD98B

Color information

#EBD98B (or 0xEBD98B) is unknown color: approx Flax. HEX triplet: EB, D9 and 8B. RGB value is (235,217,139). Sum of RGB (Red+Green+Blue) = 235+217+139=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD98B is #142674. Grayscale: #D5D5D5. Windows color (decimal): -1320565 or 9165291. OLE color: 9165291.

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

Color convert

RGB235217139-
CMYK00.080.410.08
HSL48.75º70.59%73.33%-
HSV(B)48.75º40.85%92.16%-
XYZ63.7369.1534.41-
YUV213.4985.96143.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 217 (85.16% from 255) = 36.72%
BLUE value IS 139 (54.69% from 255) = 23.52%
R=39.76%
G=36.72%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521713900.080.410.0848.7570.5973.33
HexEBD98B08298314749
Octal353331213010511061107111
Binary11101011110110011000101101000101001100011000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD98B; }

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

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

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

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

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

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

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

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