Html Css Color HEX #EBD487 Flax

📋 copy color: '#EBD487'

red 235 ◦ green 212 ◦ blue 135

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

Shades of Flax #EBD487

Tints of Flax #EBD487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 23.2%

R = 40.38%
G = 36.43%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EBD487 (or 0xEBD487) is known color: Flax. HEX triplet: EB, D4 and 87. RGB value is (235,212,135). Sum of RGB (Red+Green+Blue) = 235+212+135=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 135 (53.12% from 255 or 23.20% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD487 is #142B78. Grayscale: #D2D2D2. Windows color (decimal): -1321849 or 8901867. OLE color: 8901867.

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

Color convert

RGB 235 212 135 -
CMYK 0 0.10 0.43 0.08
HSL 46.2º 0.71% 0.73% -
HSV(B) 46.2º 0.43% 0.92% -
XYZ 62.18 66.5 32.48 -
YUV 210.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 235 212 135 0 0.10 0.43 0.08 46.2 0.71 0.73
Hex EB D4 87 0 A 2B 8 2E 47 49
Octal 353 324 207 0 12 53 10 56 107 111
Binary 11101011 11010100 10000111 0 1010 101011 1000 101110 1000111 1001001

Color Harmonies of #EBD487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD487

Black with #EBD487

Text Example


Text Example

White with #EBD487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD487; }

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

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

background-color css

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

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

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

border-color css

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

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

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