Html Css Color HEX #EFCFBB Watusi

📋 copy color: '#EFCFBB'

red 239 ◦ green 207 ◦ blue 187

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

Shades of Watusi #EFCFBB

Tints of Watusi #EFCFBB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.7%

 BLUE value IS 187 (73.44% from 255) = 29.54%

R = 37.76%
G = 32.7%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFCFBB (or 0xEFCFBB) is known color: Watusi. HEX triplet: EF, CF and BB. RGB value is (239,207,187). Sum of RGB (Red+Green+Blue) = 239+207+187=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFBB is #103044. Grayscale: #D6D6D6. Windows color (decimal): -1060933 or 12308463. OLE color: 12308463.

HSL color Cylindrical-coordinate representation of color #EFCFBB: hue angle of 23.08º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFCFBB is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 207 187 -
CMYK 0 0.13 0.22 0.06
HSL 23.08º 0.62% 0.84% -
HSV(B) 23.08º 0.22% 0.94% -
XYZ 66.88 66.56 56.34 -
YUV 214.29 112.6 145.63 -
System Red Green Blue C M Y K H S L
Decimal 239 207 187 0 0.13 0.22 0.06 23.08 0.62 0.84
Hex EF CF BB 0 D 16 6 17 3E 54
Octal 357 317 273 0 15 26 6 27 76 124
Binary 11101111 11001111 10111011 0 1101 10110 110 10111 111110 1010100

Color Harmonies of #EFCFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFBB

Black with #EFCFBB

Text Example


Text Example

White with #EFCFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFBB; }

 p { color: rgb(239,207,187); }

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

background-color css

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

 a { background-color: rgb(239,207,187); }

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

border-color css

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

 span { border-color: rgb(239,207,187); }

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