Html Css Color HEX #EFCABC Watusi

📋 copy color: '#EFCABC'

red 239 ◦ green 202 ◦ blue 188

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

Shades of Watusi #EFCABC

Tints of Watusi #EFCABC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.11%

 BLUE value IS 188 (73.83% from 255) = 29.89%

R = 38%
G = 32.11%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFCABC (or 0xEFCABC) is known color: Watusi. HEX triplet: EF, CA and BC. RGB value is (239,202,188). Sum of RGB (Red+Green+Blue) = 239+202+188=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCABC is #103543. Grayscale: #D3D3D3. Windows color (decimal): -1062212 or 12372719. OLE color: 12372719.

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

Color convert

RGB 239 202 188 -
CMYK 0 0.15 0.21 0.06
HSL 16.47º 0.61% 0.84% -
HSV(B) 16.47º 0.21% 0.94% -
XYZ 65.79 64.22 56.51 -
YUV 211.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 239 202 188 0 0.15 0.21 0.06 16.47 0.61 0.84
Hex EF CA BC 0 F 15 6 10 3D 54
Octal 357 312 274 0 17 25 6 20 75 124
Binary 11101111 11001010 10111100 0 1111 10101 110 10000 111101 1010100

Color Harmonies of #EFCABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCABC

Black with #EFCABC

Text Example


Text Example

White with #EFCABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCABC; }

 p { color: rgb(239,202,188); }

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

background-color css

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

 a { background-color: rgb(239,202,188); }

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

border-color css

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

 span { border-color: rgb(239,202,188); }

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