Html Css Color HEX #EFC8B6 Watusi

📋 copy color: '#EFC8B6'

red 239 ◦ green 200 ◦ blue 182

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

Shades of Watusi #EFC8B6

Tints of Watusi #EFC8B6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.21%

 BLUE value IS 182 (71.48% from 255) = 29.31%

R = 38.49%
G = 32.21%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFC8B6 (or 0xEFC8B6) is known color: Watusi. HEX triplet: EF, C8 and B6. RGB value is (239,200,182). Sum of RGB (Red+Green+Blue) = 239+200+182=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8B6 is #103749. Grayscale: #D1D1D1. Windows color (decimal): -1062730 or 11978991. OLE color: 11978991.

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

Color convert

RGB 239 200 182 -
CMYK 0 0.16 0.24 0.06
HSL 18.95º 0.64% 0.83% -
HSV(B) 18.95º 0.24% 0.94% -
XYZ 64.69 63.04 53.01 -
YUV 209.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 239 200 182 0 0.16 0.24 0.06 18.95 0.64 0.83
Hex EF C8 B6 0 10 18 6 13 40 53
Octal 357 310 266 0 20 30 6 23 100 123
Binary 11101111 11001000 10110110 0 10000 11000 110 10011 1000000 1010011

Color Harmonies of #EFC8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC8B6

Black with #EFC8B6

Text Example


Text Example

White with #EFC8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC8B6; }

 p { color: rgb(239,200,182); }

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

background-color css

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

 a { background-color: rgb(239,200,182); }

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

border-color css

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

 span { border-color: rgb(239,200,182); }

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