#ebb39b

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

Shades of Wax Flower #EBB39B

Tints of Wax Flower #EBB39B

Color information

#EBB39B (or 0xEBB39B) is unknown color: approx Wax Flower. HEX triplet: EB, B3 and 9B. RGB value is (235,179,155). Sum of RGB (Red+Green+Blue) = 235+179+155=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB39B is #144C64. Grayscale: #C1C1C1. Windows color (decimal): -1330277 or 10204139. OLE color: 10204139.

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

Color convert

RGB235179155-
CMYK00.240.340.08
HSL18º66.67%76.47%-
HSV(B)18º34.04%92.16%-
XYZ56.352.2738.13-
YUV193.01106.55157.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 179 (70.31% from 255) = 31.46%
BLUE value IS 155 (60.94% from 255) = 27.24%
R=41.30%
G=31.46%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517915500.240.340.081866.6776.47
HexEBB39B01822812434c
Octal353263233030421022103114
Binary11101011101100111001101101100010001010001001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebb39b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebb39b; }

 p { color: rgb(235,179,155); }

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

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

 a { background-color: rgb(235,179,155); }

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

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

 span { border-color: rgb(235,179,155); }

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