Html Css Color HEX #EBDB8C Flax

📋 copy color: '#EBDB8C'

red 235 ◦ green 219 ◦ blue 140

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

Shades of Flax #EBDB8C

Tints of Flax #EBDB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.57%

R = 39.56%
G = 36.87%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBDB8C (or 0xEBDB8C) is known color: Flax. HEX triplet: EB, DB and 8C. RGB value is (235,219,140). Sum of RGB (Red+Green+Blue) = 235+219+140=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 140 (55.08% from 255 or 23.57% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB8C is #142473. Grayscale: #D7D7D7. Windows color (decimal): -1320052 or 9231339. OLE color: 9231339.

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

Color convert

RGB 235 219 140 -
CMYK 0 0.07 0.40 0.08
HSL 49.89º 0.7% 0.74% -
HSV(B) 49.89º 0.4% 0.92% -
XYZ 64.33 70.22 34.97 -
YUV 214.78 85.8 142.42 -
System Red Green Blue C M Y K H S L
Decimal 235 219 140 0 0.07 0.40 0.08 49.89 0.7 0.74
Hex EB DB 8C 0 7 28 8 32 46 4A
Octal 353 333 214 0 7 50 10 62 106 112
Binary 11101011 11011011 10001100 0 111 101000 1000 110010 1000110 1001010

Color Harmonies of #EBDB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB8C

Black with #EBDB8C

Text Example


Text Example

White with #EBDB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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