Html Css Color HEX #EFCBBB Watusi

📋 copy color: '#EFCBBB'

red 239 ◦ green 203 ◦ blue 187

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

Shades of Watusi #EFCBBB

Tints of Watusi #EFCBBB

RGB

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

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

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

R = 38%
G = 32.27%
B = 29.73%

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

#EFCBBB (or 0xEFCBBB) is known color: Watusi. HEX triplet: EF, CB and BB. RGB value is (239,203,187). Sum of RGB (Red+Green+Blue) = 239+203+187=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBBB is #103444. Grayscale: #D4D4D4. Windows color (decimal): -1061957 or 12307439. OLE color: 12307439.

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

Color convert

RGB 239 203 187 -
CMYK 0 0.15 0.22 0.06
HSL 18.46º 0.62% 0.84% -
HSV(B) 18.46º 0.22% 0.94% -
XYZ 65.92 64.65 56.02 -
YUV 211.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 239 203 187 0 0.15 0.22 0.06 18.46 0.62 0.84
Hex EF CB BB 0 F 16 6 12 3E 54
Octal 357 313 273 0 17 26 6 22 76 124
Binary 11101111 11001011 10111011 0 1111 10110 110 10010 111110 1010100

Color Harmonies of #EFCBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBBB

Black with #EFCBBB

Text Example


Text Example

White with #EFCBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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