Html Css Color HEX #EBD88D Flax

📋 copy color: '#EBD88D'

red 235 ◦ green 216 ◦ blue 141

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

Shades of Flax #EBD88D

Tints of Flax #EBD88D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.49%

 BLUE value IS 141 (55.47% from 255) = 23.82%

R = 39.7%
G = 36.49%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBD88D (or 0xEBD88D) is known color: Flax. HEX triplet: EB, D8 and 8D. RGB value is (235,216,141). Sum of RGB (Red+Green+Blue) = 235+216+141=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD88D is #142772. Grayscale: #D5D5D5. Windows color (decimal): -1320819 or 9296107. OLE color: 9296107.

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

Color convert

RGB 235 216 141 -
CMYK 0 0.08 0.4 0.08
HSL 47.87º 0.7% 0.74% -
HSV(B) 47.87º 0.4% 0.92% -
XYZ 63.62 68.7 35.11 -
YUV 213.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 235 216 141 0 0.08 0.4 0.08 47.87 0.7 0.74
Hex EB D8 8D 0 8 28 8 30 46 4A
Octal 353 330 215 0 10 50 10 60 106 112
Binary 11101011 11011000 10001101 0 1000 101000 1000 110000 1000110 1001010

Color Harmonies of #EBD88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD88D

Black with #EBD88D

Text Example


Text Example

White with #EBD88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD88D; }

 p { color: rgb(235,216,141); }

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

background-color css

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

 a { background-color: rgb(235,216,141); }

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

border-color css

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

 span { border-color: rgb(235,216,141); }

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