#EBD88B

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

Shades of Flax #EBD88B

Tints of Flax #EBD88B

Color information

#EBD88B (or 0xEBD88B) is unknown color: approx Flax. HEX triplet: EB, D8 and 8B. RGB value is (235,216,139). Sum of RGB (Red+Green+Blue) = 235+216+139=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 139 (54.69% from 255 or 23.56% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD88B is #142774. Grayscale: #D5D5D5. Windows color (decimal): -1320821 or 9165035. OLE color: 9165035.

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

Color convert

RGB235216139-
CMYK00.080.410.08
HSL48.12º70.59%73.33%-
HSV(B)48.12º40.85%92.16%-
XYZ63.4868.6434.33-
YUV212.986.29143.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 216 (84.77% from 255) = 36.61%
BLUE value IS 139 (54.69% from 255) = 23.56%
R=39.83%
G=36.61%
B=23.56%

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
Decimal23521613900.080.410.0848.1270.5973.33
HexEBD88B08298304749
Octal353330213010511060107111
Binary11101011110110001000101101000101001100011000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD88B; }

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

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

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

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

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

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

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

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