Html Css Color HEX #EBA499 Wax Flower

📋 copy color: '#EBA499'

red 235 ◦ green 164 ◦ blue 153

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

Shades of Wax Flower #EBA499

Tints of Wax Flower #EBA499

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.71%

 BLUE value IS 153 (60.16% from 255) = 27.72%

R = 42.57%
G = 29.71%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EBA499 (or 0xEBA499) is known color: Wax Flower. HEX triplet: EB, A4 and 99. RGB value is (235,164,153). Sum of RGB (Red+Green+Blue) = 235+164+153=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA499 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA499 is #145B66. Grayscale: #B8B8B8. Windows color (decimal): -1334119 or 10069227. OLE color: 10069227.

HSL color Cylindrical-coordinate representation of color #EBA499: hue angle of 8.05º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBA499 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 153 -
CMYK 0 0.30 0.35 0.08
HSL 8.05º 0.67% 0.76% -
HSV(B) 8.05º 0.35% 0.92% -
XYZ 53.29 46.51 36.31 -
YUV 183.98 110.52 164.39 -
System Red Green Blue C M Y K H S L
Decimal 235 164 153 0 0.30 0.35 0.08 8.05 0.67 0.76
Hex EB A4 99 0 1E 23 8 8 43 4C
Octal 353 244 231 0 36 43 10 10 103 114
Binary 11101011 10100100 10011001 0 11110 100011 1000 1000 1000011 1001100

Color Harmonies of #EBA499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA499

Black with #EBA499

Text Example


Text Example

White with #EBA499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA499; }

 p { color: rgb(235,164,153); }

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

background-color css

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

 a { background-color: rgb(235,164,153); }

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

border-color css

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

 span { border-color: rgb(235,164,153); }

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