Html Css Color HEX #EFC9B5 Watusi

📋 copy color: '#EFC9B5'

red 239 ◦ green 201 ◦ blue 181

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

Shades of Watusi #EFC9B5

Tints of Watusi #EFC9B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.15%

R = 38.49%
G = 32.37%
B = 29.15%

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

#EFC9B5 (or 0xEFC9B5) is known color: Watusi. HEX triplet: EF, C9 and B5. RGB value is (239,201,181). Sum of RGB (Red+Green+Blue) = 239+201+181=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 181 (71.09% from 255 or 29.15% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9B5 is #10364A. Grayscale: #D2D2D2. Windows color (decimal): -1062475 or 11913711. OLE color: 11913711.

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

Color convert

RGB 239 201 181 -
CMYK 0 0.16 0.24 0.06
HSL 20.69º 0.64% 0.82% -
HSV(B) 20.69º 0.24% 0.94% -
XYZ 64.82 63.46 52.55 -
YUV 210.08 111.59 148.63 -
System Red Green Blue C M Y K H S L
Decimal 239 201 181 0 0.16 0.24 0.06 20.69 0.64 0.82
Hex EF C9 B5 0 10 18 6 15 40 52
Octal 357 311 265 0 20 30 6 25 100 122
Binary 11101111 11001001 10110101 0 10000 11000 110 10101 1000000 1010010

Color Harmonies of #EFC9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC9B5

Black with #EFC9B5

Text Example


Text Example

White with #EFC9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC9B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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