Html Css Color HEX #EFC9BD Watusi

📋 copy color: '#EFC9BD'

red 239 ◦ green 201 ◦ blue 189

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

Shades of Watusi #EFC9BD

Tints of Watusi #EFC9BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.05%

R = 38%
G = 31.96%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFC9BD (or 0xEFC9BD) is known color: Watusi. HEX triplet: EF, C9 and BD. RGB value is (239,201,189). Sum of RGB (Red+Green+Blue) = 239+201+189=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9BD is #103642. Grayscale: #D3D3D3. Windows color (decimal): -1062467 or 12437999. OLE color: 12437999.

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

Color convert

RGB 239 201 189 -
CMYK 0 0.16 0.21 0.06
HSL 14.4º 0.61% 0.84% -
HSV(B) 14.4º 0.21% 0.94% -
XYZ 65.67 63.8 57 -
YUV 210.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 239 201 189 0 0.16 0.21 0.06 14.4 0.61 0.84
Hex EF C9 BD 0 10 15 6 E 3D 54
Octal 357 311 275 0 20 25 6 16 75 124
Binary 11101111 11001001 10111101 0 10000 10101 110 1110 111101 1010100

Color Harmonies of #EFC9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC9BD

Black with #EFC9BD

Text Example


Text Example

White with #EFC9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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