Html Css Color HEX #EBDA8D Flax

📋 copy color: '#EBDA8D'

red 235 ◦ green 218 ◦ blue 141

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

Shades of Flax #EBDA8D

Tints of Flax #EBDA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.74%

R = 39.56%
G = 36.7%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBDA8D (or 0xEBDA8D) is known color: Flax. HEX triplet: EB, DA and 8D. RGB value is (235,218,141). Sum of RGB (Red+Green+Blue) = 235+218+141=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA8D is #142572. Grayscale: #D6D6D6. Windows color (decimal): -1320307 or 9296619. OLE color: 9296619.

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

Color convert

RGB 235 218 141 -
CMYK 0 0.07 0.4 0.08
HSL 49.15º 0.7% 0.74% -
HSV(B) 49.15º 0.4% 0.92% -
XYZ 64.14 69.73 35.28 -
YUV 214.31 86.63 142.76 -
System Red Green Blue C M Y K H S L
Decimal 235 218 141 0 0.07 0.4 0.08 49.15 0.7 0.74
Hex EB DA 8D 0 7 28 8 31 46 4A
Octal 353 332 215 0 7 50 10 61 106 112
Binary 11101011 11011010 10001101 0 111 101000 1000 110001 1000110 1001010

Color Harmonies of #EBDA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA8D

Black with #EBDA8D

Text Example


Text Example

White with #EBDA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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