Html Css Color HEX #EBD983 Flax

📋 copy color: '#EBD983'

red 235 ◦ green 217 ◦ blue 131

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

Shades of Flax #EBD983

Tints of Flax #EBD983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.47%

R = 40.31%
G = 37.22%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EBD983 (or 0xEBD983) is known color: Flax. HEX triplet: EB, D9 and 83. RGB value is (235,217,131). Sum of RGB (Red+Green+Blue) = 235+217+131=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 131 (51.56% from 255 or 22.47% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD983 is #14267C. Grayscale: #D4D4D4. Windows color (decimal): -1320573 or 8641003. OLE color: 8641003.

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

Color convert

RGB 235 217 131 -
CMYK 0 0.08 0.44 0.08
HSL 49.62º 0.72% 0.72% -
HSV(B) 49.62º 0.44% 0.92% -
XYZ 63.17 68.93 31.45 -
YUV 212.58 81.96 143.99 -
System Red Green Blue C M Y K H S L
Decimal 235 217 131 0 0.08 0.44 0.08 49.62 0.72 0.72
Hex EB D9 83 0 8 2C 8 32 48 48
Octal 353 331 203 0 10 54 10 62 110 110
Binary 11101011 11011001 10000011 0 1000 101100 1000 110010 1001000 1001000

Color Harmonies of #EBD983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD983

Black with #EBD983

Text Example


Text Example

White with #EBD983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD983; }

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

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

background-color css

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

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

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

border-color css

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

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

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