Html Css Color HEX #EBDA85 Flax

📋 copy color: '#EBDA85'

red 235 ◦ green 218 ◦ blue 133

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

Shades of Flax #EBDA85

Tints of Flax #EBDA85

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.2%

 BLUE value IS 133 (52.34% from 255) = 22.7%

R = 40.1%
G = 37.2%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EBDA85 (or 0xEBDA85) is known color: Flax. HEX triplet: EB, DA and 85. RGB value is (235,218,133). Sum of RGB (Red+Green+Blue) = 235+218+133=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA85 is #14257A. Grayscale: #D5D5D5. Windows color (decimal): -1320315 or 8772331. OLE color: 8772331.

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

Color convert

RGB 235 218 133 -
CMYK 0 0.07 0.43 0.08
HSL 50º 0.72% 0.72% -
HSV(B) 50º 0.43% 0.92% -
XYZ 63.57 69.5 32.25 -
YUV 213.39 82.63 143.41 -
System Red Green Blue C M Y K H S L
Decimal 235 218 133 0 0.07 0.43 0.08 50 0.72 0.72
Hex EB DA 85 0 7 2B 8 32 48 48
Octal 353 332 205 0 7 53 10 62 110 110
Binary 11101011 11011010 10000101 0 111 101011 1000 110010 1001000 1001000

Color Harmonies of #EBDA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA85

Black with #EBDA85

Text Example


Text Example

White with #EBDA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA85; }

 p { color: rgb(235,218,133); }

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

background-color css

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

 a { background-color: rgb(235,218,133); }

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

border-color css

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

 span { border-color: rgb(235,218,133); }

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