Html Css Color HEX #EFC9BA Watusi

📋 copy color: '#EFC9BA'

red 239 ◦ green 201 ◦ blue 186

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

Shades of Watusi #EFC9BA

Tints of Watusi #EFC9BA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.11%

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

R = 38.18%
G = 32.11%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFC9BA (or 0xEFC9BA) is known color: Watusi. HEX triplet: EF, C9 and BA. RGB value is (239,201,186). Sum of RGB (Red+Green+Blue) = 239+201+186=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9BA is #103645. Grayscale: #D2D2D2. Windows color (decimal): -1062470 or 12241391. OLE color: 12241391.

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

Color convert

RGB 239 201 186 -
CMYK 0 0.16 0.22 0.06
HSL 16.98º 0.62% 0.83% -
HSV(B) 16.98º 0.22% 0.94% -
XYZ 65.35 63.67 55.3 -
YUV 210.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 239 201 186 0 0.16 0.22 0.06 16.98 0.62 0.83
Hex EF C9 BA 0 10 16 6 11 3E 53
Octal 357 311 272 0 20 26 6 21 76 123
Binary 11101111 11001001 10111010 0 10000 10110 110 10001 111110 1010011

Color Harmonies of #EFC9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC9BA

Black with #EFC9BA

Text Example


Text Example

White with #EFC9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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