#EBB19E

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

Shades of Wax Flower #EBB19E

Tints of Wax Flower #EBB19E

Color information

#EBB19E (or 0xEBB19E) is unknown color: approx Wax Flower. HEX triplet: EB, B1 and 9E. RGB value is (235,177,158). Sum of RGB (Red+Green+Blue) = 235+177+158=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB19E is #144E61. Grayscale: #C0C0C0. Windows color (decimal): -1330786 or 10400235. OLE color: 10400235.

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

Color convert

RGB235177158-
CMYK00.250.330.08
HSL14.81º65.81%77.06%-
HSV(B)14.81º32.77%92.16%-
XYZ56.1551.5839.34-
YUV192.18108.72158.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.23%
GREEN value IS 177 (69.53% from 255) = 31.05%
BLUE value IS 158 (62.11% from 255) = 27.72%
R=41.23%
G=31.05%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517715800.250.330.0814.8165.8177.06
HexEBB19E019218f424d
Octal353261236031411017102115
Binary1110101110110001100111100110011000011000111110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB19E; }

 p { color: rgb(235,177,158); }

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

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

 a { background-color: rgb(235,177,158); }

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

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

 span { border-color: rgb(235,177,158); }

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