#EBD0BA

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

Shades of Watusi #EBD0BA

Tints of Watusi #EBD0BA

Color information

#EBD0BA (or 0xEBD0BA) is unknown color: approx Watusi. HEX triplet: EB, D0 and BA. RGB value is (235,208,186). Sum of RGB (Red+Green+Blue) = 235+208+186=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0BA is #142F45. Grayscale: #D5D5D5. Windows color (decimal): -1322822 or 12243179. OLE color: 12243179.

HSL color Cylindrical-coordinate representation of color #EBD0BA: hue angle of 26.94º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBD0BA is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235208186-
CMYK00.110.210.08
HSL26.94º55.06%82.55%-
HSV(B)26.94º20.85%92.16%-
XYZ65.6866.3255.79-
YUV213.56112.45143.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 208 (81.64% from 255) = 33.07%
BLUE value IS 186 (73.05% from 255) = 29.57%
R=37.36%
G=33.07%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520818600.110.210.0826.9455.0682.55
HexEBD0BA0B1581b3753
Octal35332027201325103367123
Binary11101011110100001011101001011101011000110111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0BA; }

 p { color: rgb(235,208,186); }

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

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

 a { background-color: rgb(235,208,186); }

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

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

 span { border-color: rgb(235,208,186); }

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