Html Css Color HEX #EFCABD Watusi

📋 copy color: '#EFCABD'

red 239 ◦ green 202 ◦ blue 189

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

Shades of Watusi #EFCABD

Tints of Watusi #EFCABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30%

R = 37.94%
G = 32.06%
B = 30%

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

#EFCABD (or 0xEFCABD) is known color: Watusi. HEX triplet: EF, CA and BD. RGB value is (239,202,189). Sum of RGB (Red+Green+Blue) = 239+202+189=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCABD is #103542. Grayscale: #D3D3D3. Windows color (decimal): -1062211 or 12438255. OLE color: 12438255.

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

Color convert

RGB 239 202 189 -
CMYK 0 0.15 0.21 0.06
HSL 15.6º 0.61% 0.84% -
HSV(B) 15.6º 0.21% 0.94% -
XYZ 65.9 64.27 57.08 -
YUV 211.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 239 202 189 0 0.15 0.21 0.06 15.6 0.61 0.84
Hex EF CA BD 0 F 15 6 10 3D 54
Octal 357 312 275 0 17 25 6 20 75 124
Binary 11101111 11001010 10111101 0 1111 10101 110 10000 111101 1010100

Color Harmonies of #EFCABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCABD

Black with #EFCABD

Text Example


Text Example

White with #EFCABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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