Html Css Color HEX #EBDA81 Flax

📋 copy color: '#EBDA81'

red 235 ◦ green 218 ◦ blue 129

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

Shades of Flax #EBDA81

Tints of Flax #EBDA81

RGB

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

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

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

R = 40.38%
G = 37.46%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EBDA81 (or 0xEBDA81) is known color: Flax. HEX triplet: EB, DA and 81. RGB value is (235,218,129). Sum of RGB (Red+Green+Blue) = 235+218+129=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 129 (50.78% from 255 or 22.16% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA81 is #14257E. Grayscale: #D5D5D5. Windows color (decimal): -1320319 or 8510187. OLE color: 8510187.

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

Color convert

RGB 235 218 129 -
CMYK 0 0.07 0.45 0.08
HSL 50.38º 0.73% 0.71% -
HSV(B) 50.38º 0.45% 0.92% -
XYZ 63.29 69.39 30.83 -
YUV 212.94 80.63 143.74 -
System Red Green Blue C M Y K H S L
Decimal 235 218 129 0 0.07 0.45 0.08 50.38 0.73 0.71
Hex EB DA 81 0 7 2D 8 32 49 47
Octal 353 332 201 0 7 55 10 62 111 107
Binary 11101011 11011010 10000001 0 111 101101 1000 110010 1001001 1000111

Color Harmonies of #EBDA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA81

Black with #EBDA81

Text Example


Text Example

White with #EBDA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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