Html Css Color HEX #EBDB88 Flax

📋 copy color: '#EBDB88'

red 235 ◦ green 219 ◦ blue 136

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

Shades of Flax #EBDB88

Tints of Flax #EBDB88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.05%

R = 39.83%
G = 37.12%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EBDB88 (or 0xEBDB88) is known color: Flax. HEX triplet: EB, DB and 88. RGB value is (235,219,136). Sum of RGB (Red+Green+Blue) = 235+219+136=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 136 (53.52% from 255 or 23.05% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB88 is #142477. Grayscale: #D6D6D6. Windows color (decimal): -1320056 or 8969195. OLE color: 8969195.

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

Color convert

RGB 235 219 136 -
CMYK 0 0.07 0.42 0.08
HSL 50.3º 0.71% 0.73% -
HSV(B) 50.3º 0.42% 0.92% -
XYZ 64.04 70.1 33.45 -
YUV 214.32 83.8 142.75 -
System Red Green Blue C M Y K H S L
Decimal 235 219 136 0 0.07 0.42 0.08 50.3 0.71 0.73
Hex EB DB 88 0 7 2A 8 32 47 49
Octal 353 333 210 0 7 52 10 62 107 111
Binary 11101011 11011011 10001000 0 111 101010 1000 110010 1000111 1001001

Color Harmonies of #EBDB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB88

Black with #EBDB88

Text Example


Text Example

White with #EBDB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB88; }

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

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

background-color css

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

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

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

border-color css

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

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

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