#EBD88A

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

Shades of Flax #EBD88A

Tints of Flax #EBD88A

Color information

#EBD88A (or 0xEBD88A) is unknown color: approx Flax. HEX triplet: EB, D8 and 8A. RGB value is (235,216,138). Sum of RGB (Red+Green+Blue) = 235+216+138=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD88A is #142775. Grayscale: #D5D5D5. Windows color (decimal): -1320822 or 9099499. OLE color: 9099499.

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

Color convert

RGB235216138-
CMYK00.080.410.08
HSL48.25º70.8%73.14%-
HSV(B)48.25º41.28%92.16%-
XYZ63.468.6133.95-
YUV212.7985.79143.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 216 (84.77% from 255) = 36.67%
BLUE value IS 138 (54.30% from 255) = 23.43%
R=39.90%
G=36.67%
B=23.43%

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
Decimal23521613800.080.410.0848.2570.873.14
HexEBD88A08298304749
Octal353330212010511060107111
Binary11101011110110001000101001000101001100011000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD88A; }

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

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

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

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

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

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

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

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