Html Css Color HEX #EFCBBA Watusi

📋 copy color: '#EFCBBA'

red 239 ◦ green 203 ◦ blue 186

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

Shades of Watusi #EFCBBA

Tints of Watusi #EFCBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.32%

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

R = 38.06%
G = 32.32%
B = 29.62%

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

#EFCBBA (or 0xEFCBBA) is known color: Watusi. HEX triplet: EF, CB and BA. RGB value is (239,203,186). Sum of RGB (Red+Green+Blue) = 239+203+186=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBBA is #103445. Grayscale: #D3D3D3. Windows color (decimal): -1061958 or 12241903. OLE color: 12241903.

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

Color convert

RGB 239 203 186 -
CMYK 0 0.15 0.22 0.06
HSL 19.25º 0.62% 0.83% -
HSV(B) 19.25º 0.22% 0.94% -
XYZ 65.82 64.61 55.46 -
YUV 211.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 239 203 186 0 0.15 0.22 0.06 19.25 0.62 0.83
Hex EF CB BA 0 F 16 6 13 3E 53
Octal 357 313 272 0 17 26 6 23 76 123
Binary 11101111 11001011 10111010 0 1111 10110 110 10011 111110 1010011

Color Harmonies of #EFCBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBBA

Black with #EFCBBA

Text Example


Text Example

White with #EFCBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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