Html Css Color HEX #EBDB8D Flax

📋 copy color: '#EBDB8D'

red 235 ◦ green 219 ◦ blue 141

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

Shades of Flax #EBDB8D

Tints of Flax #EBDB8D

RGB

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

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

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

R = 39.5%
G = 36.81%
B = 23.7%

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

#EBDB8D (or 0xEBDB8D) is known color: Flax. HEX triplet: EB, DB and 8D. RGB value is (235,219,141). Sum of RGB (Red+Green+Blue) = 235+219+141=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB8D is #142472. Grayscale: #D7D7D7. Windows color (decimal): -1320051 or 9296875. OLE color: 9296875.

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

Color convert

RGB 235 219 141 -
CMYK 0 0.07 0.4 0.08
HSL 49.79º 0.7% 0.74% -
HSV(B) 49.79º 0.4% 0.92% -
XYZ 64.4 70.25 35.36 -
YUV 214.89 86.3 142.34 -
System Red Green Blue C M Y K H S L
Decimal 235 219 141 0 0.07 0.4 0.08 49.79 0.7 0.74
Hex EB DB 8D 0 7 28 8 32 46 4A
Octal 353 333 215 0 7 50 10 62 106 112
Binary 11101011 11011011 10001101 0 111 101000 1000 110010 1000110 1001010

Color Harmonies of #EBDB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB8D

Black with #EBDB8D

Text Example


Text Example

White with #EBDB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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