Html Css Color HEX #EFC6B9 Watusi

📋 copy color: '#EFC6B9'

red 239 ◦ green 198 ◦ blue 185

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

Shades of Watusi #EFC6B9

Tints of Watusi #EFC6B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.74%

R = 38.42%
G = 31.83%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFC6B9 (or 0xEFC6B9) is known color: Watusi. HEX triplet: EF, C6 and B9. RGB value is (239,198,185). Sum of RGB (Red+Green+Blue) = 239+198+185=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6B9 is #103946. Grayscale: #D0D0D0. Windows color (decimal): -1063239 or 12175087. OLE color: 12175087.

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

Color convert

RGB 239 198 185 -
CMYK 0 0.17 0.23 0.06
HSL 14.44º 0.63% 0.83% -
HSV(B) 14.44º 0.23% 0.94% -
XYZ 64.55 62.24 54.51 -
YUV 208.78 114.58 149.56 -
System Red Green Blue C M Y K H S L
Decimal 239 198 185 0 0.17 0.23 0.06 14.44 0.63 0.83
Hex EF C6 B9 0 11 17 6 E 3F 53
Octal 357 306 271 0 21 27 6 16 77 123
Binary 11101111 11000110 10111001 0 10001 10111 110 1110 111111 1010011

Color Harmonies of #EFC6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC6B9

Black with #EFC6B9

Text Example


Text Example

White with #EFC6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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