Html Css Color HEX #EBA69B Wax Flower

📋 copy color: '#EBA69B'

red 235 ◦ green 166 ◦ blue 155

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

Shades of Wax Flower #EBA69B

Tints of Wax Flower #EBA69B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.86%

 BLUE value IS 155 (60.94% from 255) = 27.88%

R = 42.27%
G = 29.86%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBA69B (or 0xEBA69B) is known color: Wax Flower. HEX triplet: EB, A6 and 9B. RGB value is (235,166,155). Sum of RGB (Red+Green+Blue) = 235+166+155=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA69B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA69B is #145964. Grayscale: #B9B9B9. Windows color (decimal): -1333605 or 10200811. OLE color: 10200811.

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

Color convert

RGB 235 166 155 -
CMYK 0 0.29 0.34 0.08
HSL 8.25º 0.67% 0.76% -
HSV(B) 8.25º 0.34% 0.92% -
XYZ 53.81 47.3 37.3 -
YUV 185.38 110.86 163.39 -
System Red Green Blue C M Y K H S L
Decimal 235 166 155 0 0.29 0.34 0.08 8.25 0.67 0.76
Hex EB A6 9B 0 1D 22 8 8 43 4C
Octal 353 246 233 0 35 42 10 10 103 114
Binary 11101011 10100110 10011011 0 11101 100010 1000 1000 1000011 1001100

Color Harmonies of #EBA69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA69B

Black with #EBA69B

Text Example


Text Example

White with #EBA69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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