Html Css Color HEX #EFCABA Watusi

📋 copy color: '#EFCABA'

red 239 ◦ green 202 ◦ blue 186

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

Shades of Watusi #EFCABA

Tints of Watusi #EFCABA

RGB

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

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

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

R = 38.12%
G = 32.22%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFCABA (or 0xEFCABA) is known color: Watusi. HEX triplet: EF, CA and BA. RGB value is (239,202,186). Sum of RGB (Red+Green+Blue) = 239+202+186=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCABA is #103545. Grayscale: #D3D3D3. Windows color (decimal): -1062214 or 12241647. OLE color: 12241647.

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

Color convert

RGB 239 202 186 -
CMYK 0 0.15 0.22 0.06
HSL 18.11º 0.62% 0.83% -
HSV(B) 18.11º 0.22% 0.94% -
XYZ 65.58 64.14 55.38 -
YUV 211.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 239 202 186 0 0.15 0.22 0.06 18.11 0.62 0.83
Hex EF CA BA 0 F 16 6 12 3E 53
Octal 357 312 272 0 17 26 6 22 76 123
Binary 11101111 11001010 10111010 0 1111 10110 110 10010 111110 1010011

Color Harmonies of #EFCABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCABA

Black with #EFCABA

Text Example


Text Example

White with #EFCABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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