Html Css Color HEX #EBDA80 Flax

📋 copy color: '#EBDA80'

red 235 ◦ green 218 ◦ blue 128

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

Shades of Flax #EBDA80

Tints of Flax #EBDA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.03%

R = 40.45%
G = 37.52%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EBDA80 (or 0xEBDA80) is known color: Flax. HEX triplet: EB, DA and 80. RGB value is (235,218,128). Sum of RGB (Red+Green+Blue) = 235+218+128=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA80 is #14257F. Grayscale: #D5D5D5. Windows color (decimal): -1320320 or 8444651. OLE color: 8444651.

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

Color convert

RGB 235 218 128 -
CMYK 0 0.07 0.46 0.08
HSL 50.47º 0.73% 0.71% -
HSV(B) 50.47º 0.46% 0.92% -
XYZ 63.23 69.36 30.48 -
YUV 212.82 80.13 143.82 -
System Red Green Blue C M Y K H S L
Decimal 235 218 128 0 0.07 0.46 0.08 50.47 0.73 0.71
Hex EB DA 80 0 7 2E 8 32 49 47
Octal 353 332 200 0 7 56 10 62 111 107
Binary 11101011 11011010 10000000 0 111 101110 1000 110010 1001001 1000111

Color Harmonies of #EBDA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA80

Black with #EBDA80

Text Example


Text Example

White with #EBDA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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