Html Css Color HEX #EBDB83 Flax

📋 copy color: '#EBDB83'

red 235 ◦ green 219 ◦ blue 131

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

Shades of Flax #EBDB83

Tints of Flax #EBDB83

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.44%

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

R = 40.17%
G = 37.44%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EBDB83 (or 0xEBDB83) is known color: Flax. HEX triplet: EB, DB and 83. RGB value is (235,219,131). Sum of RGB (Red+Green+Blue) = 235+219+131=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 131 (51.56% from 255 or 22.39% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB83 is #14247C. Grayscale: #D6D6D6. Windows color (decimal): -1320061 or 8641515. OLE color: 8641515.

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

Color convert

RGB 235 219 131 -
CMYK 0 0.07 0.44 0.08
HSL 50.77º 0.72% 0.72% -
HSV(B) 50.77º 0.44% 0.92% -
XYZ 63.69 69.96 31.62 -
YUV 213.75 81.3 143.16 -
System Red Green Blue C M Y K H S L
Decimal 235 219 131 0 0.07 0.44 0.08 50.77 0.72 0.72
Hex EB DB 83 0 7 2C 8 33 48 48
Octal 353 333 203 0 7 54 10 63 110 110
Binary 11101011 11011011 10000011 0 111 101100 1000 110011 1001000 1001000

Color Harmonies of #EBDB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB83

Black with #EBDB83

Text Example


Text Example

White with #EBDB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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