#EFCDB9

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

Shades of Watusi #EFCDB9

Tints of Watusi #EFCDB9

Color information

#EFCDB9 (or 0xEFCDB9) is unknown color: approx Watusi. HEX triplet: EF, CD and B9. RGB value is (239,205,185). Sum of RGB (Red+Green+Blue) = 239+205+185=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 185 (72.66% from 255 or 29.41% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDB9 is #103246. Grayscale: #D4D4D4. Windows color (decimal): -1061447 or 12176879. OLE color: 12176879.

HSL color Cylindrical-coordinate representation of color #EFCDB9: hue angle of 22.22º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFCDB9 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB239205185-
CMYK00.140.230.06
HSL22.22º62.79%83.14%-
HSV(B)22.22º22.59%93.73%-
XYZ66.1865.5255.06-
YUV212.89112.26146.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 185 (72.66% from 255) = 29.41%
R=38.00%
G=32.59%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920518500.140.230.0622.2262.7983.14
HexEFCDB90E176163f53
Octal3573152710162762677123
Binary1110111111001101101110010111010111110101101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDB9; }

 p { color: rgb(239,205,185); }

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

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

 a { background-color: rgb(239,205,185); }

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

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

 span { border-color: rgb(239,205,185); }

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