#EBD1BE

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

Shades of Watusi #EBD1BE

Tints of Watusi #EBD1BE

Color information

#EBD1BE (or 0xEBD1BE) is unknown color: approx Watusi. HEX triplet: EB, D1 and BE. RGB value is (235,209,190). Sum of RGB (Red+Green+Blue) = 235+209+190=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD1BE is #142E41. Grayscale: #D6D6D6. Windows color (decimal): -1322562 or 12505579. OLE color: 12505579.

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

Color convert

RGB235209190-
CMYK00.110.190.08
HSL25.33º52.94%83.33%-
HSV(B)25.33º19.15%92.16%-
XYZ66.3666.9858.15-
YUV214.61114.11142.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 209 (82.03% from 255) = 32.97%
BLUE value IS 190 (74.61% from 255) = 29.97%
R=37.07%
G=32.97%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520919000.110.190.0825.3352.9483.33
HexEBD1BE0B138193553
Octal35332127601323103165123
Binary11101011110100011011111001011100111000110011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1BE; }

 p { color: rgb(235,209,190); }

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

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

 a { background-color: rgb(235,209,190); }

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

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

 span { border-color: rgb(235,209,190); }

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