Html Css Color HEX #EBD488 Flax

📋 copy color: '#EBD488'

red 235 ◦ green 212 ◦ blue 136

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

Shades of Flax #EBD488

Tints of Flax #EBD488

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.36%

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

R = 40.31%
G = 36.36%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EBD488 (or 0xEBD488) is known color: Flax. HEX triplet: EB, D4 and 88. RGB value is (235,212,136). Sum of RGB (Red+Green+Blue) = 235+212+136=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 136 (53.52% from 255 or 23.33% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD488 is #142B77. Grayscale: #D2D2D2. Windows color (decimal): -1321848 or 8967403. OLE color: 8967403.

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

Color convert

RGB 235 212 136 -
CMYK 0 0.10 0.42 0.08
HSL 46.06º 0.71% 0.73% -
HSV(B) 46.06º 0.42% 0.92% -
XYZ 62.25 66.53 32.85 -
YUV 210.21 86.12 145.68 -
System Red Green Blue C M Y K H S L
Decimal 235 212 136 0 0.10 0.42 0.08 46.06 0.71 0.73
Hex EB D4 88 0 A 2A 8 2E 47 49
Octal 353 324 210 0 12 52 10 56 107 111
Binary 11101011 11010100 10001000 0 1010 101010 1000 101110 1000111 1001001

Color Harmonies of #EBD488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD488

Black with #EBD488

Text Example


Text Example

White with #EBD488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD488; }

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

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

background-color css

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

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

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

border-color css

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

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

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