Html Css Color HEX #EFC8BA Watusi

📋 copy color: '#EFC8BA'

red 239 ◦ green 200 ◦ blue 186

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

Shades of Watusi #EFC8BA

Tints of Watusi #EFC8BA

RGB

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

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

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

R = 38.24%
G = 32%
B = 29.76%

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

#EFC8BA (or 0xEFC8BA) is known color: Watusi. HEX triplet: EF, C8 and BA. RGB value is (239,200,186). Sum of RGB (Red+Green+Blue) = 239+200+186=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8BA is #103745. Grayscale: #D2D2D2. Windows color (decimal): -1062726 or 12241135. OLE color: 12241135.

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

Color convert

RGB 239 200 186 -
CMYK 0 0.16 0.22 0.06
HSL 15.85º 0.62% 0.83% -
HSV(B) 15.85º 0.22% 0.94% -
XYZ 65.11 63.2 55.22 -
YUV 210.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 239 200 186 0 0.16 0.22 0.06 15.85 0.62 0.83
Hex EF C8 BA 0 10 16 6 10 3E 53
Octal 357 310 272 0 20 26 6 20 76 123
Binary 11101111 11001000 10111010 0 10000 10110 110 10000 111110 1010011

Color Harmonies of #EFC8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC8BA

Black with #EFC8BA

Text Example


Text Example

White with #EFC8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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