Html Css Color HEX #EBD881 Flax

📋 copy color: '#EBD881'

red 235 ◦ green 216 ◦ blue 129

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

Shades of Flax #EBD881

Tints of Flax #EBD881

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.24%

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

R = 40.52%
G = 37.24%
B = 22.24%

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

#EBD881 (or 0xEBD881) is known color: Flax. HEX triplet: EB, D8 and 81. RGB value is (235,216,129). Sum of RGB (Red+Green+Blue) = 235+216+129=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 129 (50.78% from 255 or 22.24% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD881 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD881 is #14277E. Grayscale: #D4D4D4. Windows color (decimal): -1320831 or 8509675. OLE color: 8509675.

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

Color convert

RGB 235 216 129 -
CMYK 0 0.08 0.45 0.08
HSL 49.25º 0.73% 0.71% -
HSV(B) 49.25º 0.45% 0.92% -
XYZ 62.78 68.36 30.65 -
YUV 211.76 81.29 144.57 -
System Red Green Blue C M Y K H S L
Decimal 235 216 129 0 0.08 0.45 0.08 49.25 0.73 0.71
Hex EB D8 81 0 8 2D 8 31 49 47
Octal 353 330 201 0 10 55 10 61 111 107
Binary 11101011 11011000 10000001 0 1000 101101 1000 110001 1001001 1000111

Color Harmonies of #EBD881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD881

Black with #EBD881

Text Example


Text Example

White with #EBD881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD881; }

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

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

background-color css

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

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

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

border-color css

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

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

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