#EBD0C0

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

Shades of Watusi #EBD0C0

Tints of Watusi #EBD0C0

Color information

#EBD0C0 (or 0xEBD0C0) is unknown color: approx Watusi. HEX triplet: EB, D0 and C0. RGB value is (235,208,192). Sum of RGB (Red+Green+Blue) = 235+208+192=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0C0 is #142F3F. Grayscale: #D6D6D6. Windows color (decimal): -1322816 or 12636395. OLE color: 12636395.

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

Color convert

RGB235208192-
CMYK00.110.180.08
HSL22.33º51.81%83.73%-
HSV(B)22.33º18.3%92.16%-
XYZ66.3366.5859.22-
YUV214.25115.45142.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 208 (81.64% from 255) = 32.76%
BLUE value IS 192 (75.39% from 255) = 30.24%
R=37.01%
G=32.76%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520819200.110.180.0822.3351.8183.73
HexEBD0C00B128163454
Octal35332030001322102664124
Binary11101011110100001100000001011100101000101101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0C0; }

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

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

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

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

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

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

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

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