Html Css Color HEX #EBDB8A Flax

📋 copy color: '#EBDB8A'

red 235 ◦ green 219 ◦ blue 138

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

Shades of Flax #EBDB8A

Tints of Flax #EBDB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.31%

R = 39.7%
G = 36.99%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EBDB8A (or 0xEBDB8A) is known color: Flax. HEX triplet: EB, DB and 8A. RGB value is (235,219,138). Sum of RGB (Red+Green+Blue) = 235+219+138=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB8A is #142475. Grayscale: #D6D6D6. Windows color (decimal): -1320054 or 9100267. OLE color: 9100267.

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

Color convert

RGB 235 219 138 -
CMYK 0 0.07 0.41 0.08
HSL 50.1º 0.71% 0.73% -
HSV(B) 50.1º 0.41% 0.92% -
XYZ 64.18 70.16 34.2 -
YUV 214.55 84.8 142.59 -
System Red Green Blue C M Y K H S L
Decimal 235 219 138 0 0.07 0.41 0.08 50.1 0.71 0.73
Hex EB DB 8A 0 7 29 8 32 47 49
Octal 353 333 212 0 7 51 10 62 107 111
Binary 11101011 11011011 10001010 0 111 101001 1000 110010 1000111 1001001

Color Harmonies of #EBDB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB8A

Black with #EBDB8A

Text Example


Text Example

White with #EBDB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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