Html Css Color HEX #EFCABF Watusi

📋 copy color: '#EFCABF'

red 239 ◦ green 202 ◦ blue 191

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

Shades of Watusi #EFCABF

Tints of Watusi #EFCABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.22%

R = 37.82%
G = 31.96%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFCABF (or 0xEFCABF) is known color: Watusi. HEX triplet: EF, CA and BF. RGB value is (239,202,191). Sum of RGB (Red+Green+Blue) = 239+202+191=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCABF is #103540. Grayscale: #D3D3D3. Windows color (decimal): -1062209 or 12569327. OLE color: 12569327.

HSL color Cylindrical-coordinate representation of color #EFCABF: hue angle of 13.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFCABF is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 202 191 -
CMYK 0 0.15 0.20 0.06
HSL 13.75º 0.6% 0.84% -
HSV(B) 13.75º 0.2% 0.94% -
XYZ 66.12 64.35 58.23 -
YUV 211.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 239 202 191 0 0.15 0.20 0.06 13.75 0.6 0.84
Hex EF CA BF 0 F 14 6 E 3C 54
Octal 357 312 277 0 17 24 6 16 74 124
Binary 11101111 11001010 10111111 0 1111 10100 110 1110 111100 1010100

Color Harmonies of #EFCABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCABF

Black with #EFCABF

Text Example


Text Example

White with #EFCABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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