Html Css Color HEX #EBD988 Flax

📋 copy color: '#EBD988'

red 235 ◦ green 217 ◦ blue 136

#EBD988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flax #EBD988

Tints of Flax #EBD988

RGB

 RED value IS 235 (92.19% from 255) = 39.97%

 GREEN value IS 217 (85.16% from 255) = 36.9%

 BLUE value IS 136 (53.52% from 255) = 23.13%

R = 39.97%
G = 36.9%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EBD988 (or 0xEBD988) is known color: Flax. HEX triplet: EB, D9 and 88. RGB value is (235,217,136). Sum of RGB (Red+Green+Blue) = 235+217+136=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 136 (53.52% from 255 or 23.13% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD988 is #142677. Grayscale: #D5D5D5. Windows color (decimal): -1320568 or 8968683. OLE color: 8968683.

HSL color Cylindrical-coordinate representation of color #EBD988: hue angle of 49.09º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EBD988 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 217 136 -
CMYK 0 0.08 0.42 0.08
HSL 49.09º 0.71% 0.73% -
HSV(B) 49.09º 0.42% 0.92% -
XYZ 63.52 69.07 33.28 -
YUV 213.15 84.46 143.59 -
System Red Green Blue C M Y K H S L
Decimal 235 217 136 0 0.08 0.42 0.08 49.09 0.71 0.73
Hex EB D9 88 0 8 2A 8 31 47 49
Octal 353 331 210 0 10 52 10 61 107 111
Binary 11101011 11011001 10001000 0 1000 101010 1000 110001 1000111 1001001

Color Harmonies of #EBD988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD988

Black with #EBD988

Text Example


Text Example

White with #EBD988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD988; }

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

 H1.HeaderClassName
 {
   color: #EBD988;
 }
 .AnyTagClassName
 {
   color: #EBD988;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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