#EBD58B

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

Shades of Flax #EBD58B

Tints of Flax #EBD58B

Color information

#EBD58B (or 0xEBD58B) is unknown color: approx Flax. HEX triplet: EB, D5 and 8B. RGB value is (235,213,139). Sum of RGB (Red+Green+Blue) = 235+213+139=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD58B is #142A74. Grayscale: #D3D3D3. Windows color (decimal): -1321589 or 9164267. OLE color: 9164267.

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

Color convert

RGB235213139-
CMYK00.090.410.08
HSL46.25º70.59%73.33%-
HSV(B)46.25º40.85%92.16%-
XYZ62.7267.1134.08-
YUV211.1487.29145.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 213 (83.59% from 255) = 36.29%
BLUE value IS 139 (54.69% from 255) = 23.68%
R=40.03%
G=36.29%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521313900.090.410.0846.2570.5973.33
HexEBD58B092982e4749
Octal353325213011511056107111
Binary11101011110101011000101101001101001100010111010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD58B; }

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

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

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

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

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

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

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

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