#EBAE9A

Color #EBAE9A Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #EBAE9A

Tints of Wax Flower #EBAE9A

Color information

#EBAE9A (or 0xEBAE9A) is unknown color: approx Wax Flower. HEX triplet: EB, AE and 9A. RGB value is (235,174,154). Sum of RGB (Red+Green+Blue) = 235+174+154=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAE9A is #145165. Grayscale: #BEBEBE. Windows color (decimal): -1331558 or 10137323. OLE color: 10137323.

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

Color convert

RGB235174154-
CMYK00.260.340.08
HSL14.81º66.94%76.27%-
HSV(B)14.81º34.47%92.16%-
XYZ55.2350.2737.36-
YUV189.96107.71160.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.74%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 154 (60.55% from 255) = 27.35%
R=41.74%
G=30.91%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517415400.260.340.0814.8166.9476.27
HexEBAE9A01A228f434c
Octal353256232032421017103114
Binary1110101110101110100110100110101000101000111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAE9A; }

 p { color: rgb(235,174,154); }

 H1.HeaderClassName
 {
   color: #EBAE9A;
 }
 .AnyTagClassName
 {
   color: #EBAE9A;
 }
</style>
background-color css

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

 a { background-color: rgb(235,174,154); }

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

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

 span { border-color: rgb(235,174,154); }

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