#EBCFBC

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

Shades of Watusi #EBCFBC

Tints of Watusi #EBCFBC

Color information

#EBCFBC (or 0xEBCFBC) is unknown color: approx Watusi. HEX triplet: EB, CF and BC. RGB value is (235,207,188). Sum of RGB (Red+Green+Blue) = 235+207+188=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFBC is #143043. Grayscale: #D5D5D5. Windows color (decimal): -1323076 or 12373995. OLE color: 12373995.

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

Color convert

RGB235207188-
CMYK00.120.20.08
HSL24.26º54.02%82.94%-
HSV(B)24.26º20%92.16%-
XYZ65.6565.9256.84-
YUV213.21113.78143.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 207 (81.25% from 255) = 32.86%
BLUE value IS 188 (73.83% from 255) = 29.84%
R=37.30%
G=32.86%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520718800.120.20.0824.2654.0282.94
HexEBCFBC0C148183653
Octal35331727401424103066123
Binary11101011110011111011110001100101001000110001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFBC; }

 p { color: rgb(235,207,188); }

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

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

 a { background-color: rgb(235,207,188); }

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

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

 span { border-color: rgb(235,207,188); }

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