Html Css Color HEX #EFCBBE Watusi

📋 copy color: '#EFCBBE'

red 239 ◦ green 203 ◦ blue 190

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

Shades of Watusi #EFCBBE

Tints of Watusi #EFCBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.06%

R = 37.82%
G = 32.12%
B = 30.06%

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

#EFCBBE (or 0xEFCBBE) is known color: Watusi. HEX triplet: EF, CB and BE. RGB value is (239,203,190). Sum of RGB (Red+Green+Blue) = 239+203+190=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBBE is #103441. Grayscale: #D4D4D4. Windows color (decimal): -1061954 or 12504047. OLE color: 12504047.

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

Color convert

RGB 239 203 190 -
CMYK 0 0.15 0.21 0.06
HSL 15.92º 0.6% 0.84% -
HSV(B) 15.92º 0.21% 0.94% -
XYZ 66.25 64.78 57.73 -
YUV 212.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 239 203 190 0 0.15 0.21 0.06 15.92 0.6 0.84
Hex EF CB BE 0 F 15 6 10 3C 54
Octal 357 313 276 0 17 25 6 20 74 124
Binary 11101111 11001011 10111110 0 1111 10101 110 10000 111100 1010100

Color Harmonies of #EFCBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBBE

Black with #EFCBBE

Text Example


Text Example

White with #EFCBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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