Html Css Color HEX #EFC9BB Watusi

📋 copy color: '#EFC9BB'

red 239 ◦ green 201 ◦ blue 187

#EFC9BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watusi #EFC9BB

Tints of Watusi #EFC9BB

RGB

 RED value IS 239 (93.75% from 255) = 38.12%

 GREEN value IS 201 (78.91% from 255) = 32.06%

 BLUE value IS 187 (73.44% from 255) = 29.82%

R = 38.12%
G = 32.06%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFC9BB (or 0xEFC9BB) is known color: Watusi. HEX triplet: EF, C9 and BB. RGB value is (239,201,187). Sum of RGB (Red+Green+Blue) = 239+201+187=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9BB is #103644. Grayscale: #D2D2D2. Windows color (decimal): -1062469 or 12306927. OLE color: 12306927.

HSL color Cylindrical-coordinate representation of color #EFC9BB: hue angle of 16.15º 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 #EFC9BB is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 201 187 -
CMYK 0 0.16 0.22 0.06
HSL 16.15º 0.62% 0.84% -
HSV(B) 16.15º 0.22% 0.94% -
XYZ 65.45 63.71 55.86 -
YUV 210.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 239 201 187 0 0.16 0.22 0.06 16.15 0.62 0.84
Hex EF C9 BB 0 10 16 6 10 3E 54
Octal 357 311 273 0 20 26 6 20 76 124
Binary 11101111 11001001 10111011 0 10000 10110 110 10000 111110 1010100

Color Harmonies of #EFC9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC9BB

Black with #EFC9BB

Text Example


Text Example

White with #EFC9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC9BB; }

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

 H1.HeaderClassName
 {
   color: #EFC9BB;
 }
 .AnyTagClassName
 {
   color: #EFC9BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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