Html Css Color HEX #EBDA83 Flax

📋 copy color: '#EBDA83'

red 235 ◦ green 218 ◦ blue 131

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

Shades of Flax #EBDA83

Tints of Flax #EBDA83

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.33%

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

R = 40.24%
G = 37.33%
B = 22.43%

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

#EBDA83 (or 0xEBDA83) is known color: Flax. HEX triplet: EB, DA and 83. RGB value is (235,218,131). Sum of RGB (Red+Green+Blue) = 235+218+131=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 131 (51.56% from 255 or 22.43% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA83 is #14257C. Grayscale: #D5D5D5. Windows color (decimal): -1320317 or 8641259. OLE color: 8641259.

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

Color convert

RGB 235 218 131 -
CMYK 0 0.07 0.44 0.08
HSL 50.19º 0.72% 0.72% -
HSV(B) 50.19º 0.44% 0.92% -
XYZ 63.43 69.44 31.53 -
YUV 213.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 235 218 131 0 0.07 0.44 0.08 50.19 0.72 0.72
Hex EB DA 83 0 7 2C 8 32 48 48
Octal 353 332 203 0 7 54 10 62 110 110
Binary 11101011 11011010 10000011 0 111 101100 1000 110010 1001000 1001000

Color Harmonies of #EBDA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA83

Black with #EBDA83

Text Example


Text Example

White with #EBDA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA83; }

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

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

background-color css

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

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

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

border-color css

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

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

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