Html Css Color HEX #EFCCBE Watusi

📋 copy color: '#EFCCBE'

red 239 ◦ green 204 ◦ blue 190

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

Shades of Watusi #EFCCBE

Tints of Watusi #EFCCBE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.23%

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

R = 37.76%
G = 32.23%
B = 30.02%

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

#EFCCBE (or 0xEFCCBE) is known color: Watusi. HEX triplet: EF, CC and BE. RGB value is (239,204,190). Sum of RGB (Red+Green+Blue) = 239+204+190=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCBE is #103341. Grayscale: #D4D4D4. Windows color (decimal): -1061698 or 12504303. OLE color: 12504303.

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

Color convert

RGB 239 204 190 -
CMYK 0 0.15 0.21 0.06
HSL 17.14º 0.6% 0.84% -
HSV(B) 17.14º 0.21% 0.94% -
XYZ 66.48 65.25 57.81 -
YUV 212.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 239 204 190 0 0.15 0.21 0.06 17.14 0.6 0.84
Hex EF CC BE 0 F 15 6 11 3C 54
Octal 357 314 276 0 17 25 6 21 74 124
Binary 11101111 11001100 10111110 0 1111 10101 110 10001 111100 1010100

Color Harmonies of #EFCCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCBE

Black with #EFCCBE

Text Example


Text Example

White with #EFCCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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