#EFCABB

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

Shades of Watusi #EFCABB

Tints of Watusi #EFCABB

Color information

#EFCABB (or 0xEFCABB) is unknown color: approx Watusi. HEX triplet: EF, CA and BB. RGB value is (239,202,187). Sum of RGB (Red+Green+Blue) = 239+202+187=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCABB is #103544. Grayscale: #D3D3D3. Windows color (decimal): -1062213 or 12307183. OLE color: 12307183.

HSL color Cylindrical-coordinate representation of color #EFCABB: hue angle of 17.31º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFCABB is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB239202187-
CMYK00.150.220.06
HSL17.31º61.9%83.53%-
HSV(B)17.31º21.76%93.73%-
XYZ65.6964.1855.94-
YUV211.35114.26147.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 187 (73.44% from 255) = 29.78%
R=38.06%
G=32.17%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920218700.150.220.0617.3161.983.53
HexEFCABB0F166113e54
Octal3573122730172662176124
Binary1110111111001010101110110111110110110100011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCABB; }

 p { color: rgb(239,202,187); }

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

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

 a { background-color: rgb(239,202,187); }

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

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

 span { border-color: rgb(239,202,187); }

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