Html Css Color HEX #EFC6BA Watusi

📋 copy color: '#EFC6BA'

red 239 ◦ green 198 ◦ blue 186

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

Shades of Watusi #EFC6BA

Tints of Watusi #EFC6BA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.78%

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

R = 38.36%
G = 31.78%
B = 29.86%

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

#EFC6BA (or 0xEFC6BA) is known color: Watusi. HEX triplet: EF, C6 and BA. RGB value is (239,198,186). Sum of RGB (Red+Green+Blue) = 239+198+186=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6BA is #103945. Grayscale: #D0D0D0. Windows color (decimal): -1063238 or 12240623. OLE color: 12240623.

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

Color convert

RGB 239 198 186 -
CMYK 0 0.17 0.22 0.06
HSL 13.58º 0.62% 0.83% -
HSV(B) 13.58º 0.22% 0.94% -
XYZ 64.65 62.28 55.07 -
YUV 208.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 239 198 186 0 0.17 0.22 0.06 13.58 0.62 0.83
Hex EF C6 BA 0 11 16 6 E 3E 53
Octal 357 306 272 0 21 26 6 16 76 123
Binary 11101111 11000110 10111010 0 10001 10110 110 1110 111110 1010011

Color Harmonies of #EFC6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC6BA

Black with #EFC6BA

Text Example


Text Example

White with #EFC6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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