Html Css Color HEX #EFC7BB Watusi

📋 copy color: '#EFC7BB'

red 239 ◦ green 199 ◦ blue 187

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

Shades of Watusi #EFC7BB

Tints of Watusi #EFC7BB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.84%

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

R = 38.24%
G = 31.84%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFC7BB (or 0xEFC7BB) is known color: Watusi. HEX triplet: EF, C7 and BB. RGB value is (239,199,187). Sum of RGB (Red+Green+Blue) = 239+199+187=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7BB is #103844. Grayscale: #D1D1D1. Windows color (decimal): -1062981 or 12306415. OLE color: 12306415.

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

Color convert

RGB 239 199 187 -
CMYK 0 0.17 0.22 0.06
HSL 13.85º 0.62% 0.84% -
HSV(B) 13.85º 0.22% 0.94% -
XYZ 64.99 62.79 55.71 -
YUV 209.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 239 199 187 0 0.17 0.22 0.06 13.85 0.62 0.84
Hex EF C7 BB 0 11 16 6 E 3E 54
Octal 357 307 273 0 21 26 6 16 76 124
Binary 11101111 11000111 10111011 0 10001 10110 110 1110 111110 1010100

Color Harmonies of #EFC7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7BB

Black with #EFC7BB

Text Example


Text Example

White with #EFC7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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