Html Css Color HEX #EBD981 Flax

📋 copy color: '#EBD981'

red 235 ◦ green 217 ◦ blue 129

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

Shades of Flax #EBD981

Tints of Flax #EBD981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.2%

R = 40.45%
G = 37.35%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EBD981 (or 0xEBD981) is known color: Flax. HEX triplet: EB, D9 and 81. RGB value is (235,217,129). Sum of RGB (Red+Green+Blue) = 235+217+129=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 129 (50.78% from 255 or 22.20% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD981 is #14267E. Grayscale: #D4D4D4. Windows color (decimal): -1320575 or 8509931. OLE color: 8509931.

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

Color convert

RGB 235 217 129 -
CMYK 0 0.08 0.45 0.08
HSL 49.81º 0.73% 0.71% -
HSV(B) 49.81º 0.45% 0.92% -
XYZ 63.04 68.87 30.74 -
YUV 212.35 80.96 144.16 -
System Red Green Blue C M Y K H S L
Decimal 235 217 129 0 0.08 0.45 0.08 49.81 0.73 0.71
Hex EB D9 81 0 8 2D 8 32 49 47
Octal 353 331 201 0 10 55 10 62 111 107
Binary 11101011 11011001 10000001 0 1000 101101 1000 110010 1001001 1000111

Color Harmonies of #EBD981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD981

Black with #EBD981

Text Example


Text Example

White with #EBD981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD981; }

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

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

background-color css

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

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

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

border-color css

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

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

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