Html Css Color HEX #EBD88C Flax

📋 copy color: '#EBD88C'

red 235 ◦ green 216 ◦ blue 140

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

Shades of Flax #EBD88C

Tints of Flax #EBD88C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.69%

R = 39.76%
G = 36.55%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBD88C (or 0xEBD88C) is known color: Flax. HEX triplet: EB, D8 and 8C. RGB value is (235,216,140). Sum of RGB (Red+Green+Blue) = 235+216+140=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD88C is #142773. Grayscale: #D5D5D5. Windows color (decimal): -1320820 or 9230571. OLE color: 9230571.

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

Color convert

RGB 235 216 140 -
CMYK 0 0.08 0.40 0.08
HSL 48º 0.7% 0.74% -
HSV(B) 48º 0.4% 0.92% -
XYZ 63.55 68.67 34.72 -
YUV 213.02 86.79 143.68 -
System Red Green Blue C M Y K H S L
Decimal 235 216 140 0 0.08 0.40 0.08 48 0.7 0.74
Hex EB D8 8C 0 8 28 8 30 46 4A
Octal 353 330 214 0 10 50 10 60 106 112
Binary 11101011 11011000 10001100 0 1000 101000 1000 110000 1000110 1001010

Color Harmonies of #EBD88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD88C

Black with #EBD88C

Text Example


Text Example

White with #EBD88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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