Html Css Color HEX #EFC7BA Watusi

📋 copy color: '#EFC7BA'

red 239 ◦ green 199 ◦ blue 186

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

Shades of Watusi #EFC7BA

Tints of Watusi #EFC7BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.81%

R = 38.3%
G = 31.89%
B = 29.81%

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

#EFC7BA (or 0xEFC7BA) is known color: Watusi. HEX triplet: EF, C7 and BA. RGB value is (239,199,186). Sum of RGB (Red+Green+Blue) = 239+199+186=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7BA is #103845. Grayscale: #D1D1D1. Windows color (decimal): -1062982 or 12240879. OLE color: 12240879.

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

Color convert

RGB 239 199 186 -
CMYK 0 0.17 0.22 0.06
HSL 14.72º 0.62% 0.83% -
HSV(B) 14.72º 0.22% 0.94% -
XYZ 64.88 62.74 55.15 -
YUV 209.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 239 199 186 0 0.17 0.22 0.06 14.72 0.62 0.83
Hex EF C7 BA 0 11 16 6 F 3E 53
Octal 357 307 272 0 21 26 6 17 76 123
Binary 11101111 11000111 10111010 0 10001 10110 110 1111 111110 1010011

Color Harmonies of #EFC7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7BA

Black with #EFC7BA

Text Example


Text Example

White with #EFC7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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