Html Css Color HEX #EFC5BA Watusi

📋 copy color: '#EFC5BA'

red 239 ◦ green 197 ◦ blue 186

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

Shades of Watusi #EFC5BA

Tints of Watusi #EFC5BA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.67%

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

R = 38.42%
G = 31.67%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFC5BA (or 0xEFC5BA) is known color: Watusi. HEX triplet: EF, C5 and BA. RGB value is (239,197,186). Sum of RGB (Red+Green+Blue) = 239+197+186=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5BA is #103A45. Grayscale: #D0D0D0. Windows color (decimal): -1063494 or 12240367. OLE color: 12240367.

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

Color convert

RGB 239 197 186 -
CMYK 0 0.18 0.22 0.06
HSL 12.45º 0.62% 0.83% -
HSV(B) 12.45º 0.22% 0.94% -
XYZ 64.43 61.83 54.99 -
YUV 208.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 239 197 186 0 0.18 0.22 0.06 12.45 0.62 0.83
Hex EF C5 BA 0 12 16 6 C 3E 53
Octal 357 305 272 0 22 26 6 14 76 123
Binary 11101111 11000101 10111010 0 10010 10110 110 1100 111110 1010011

Color Harmonies of #EFC5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5BA

Black with #EFC5BA

Text Example


Text Example

White with #EFC5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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