Html Css Color HEX #EBCCBD Watusi

📋 copy color: '#EBCCBD'

red 235 ◦ green 204 ◦ blue 189

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

Shades of Watusi #EBCCBD

Tints of Watusi #EBCCBD

RGB

 RED value IS 235 (92.19% from 255) = 37.42%

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

 BLUE value IS 189 (74.22% from 255) = 30.1%

R = 37.42%
G = 32.48%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBCCBD (or 0xEBCCBD) is known color: Watusi. HEX triplet: EB, CC and BD. RGB value is (235,204,189). Sum of RGB (Red+Green+Blue) = 235+204+189=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCBD is #143342. Grayscale: #D3D3D3. Windows color (decimal): -1323843 or 12438763. OLE color: 12438763.

HSL color Cylindrical-coordinate representation of color #EBCCBD: hue angle of 19.57º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBCCBD is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 204 189 -
CMYK 0 0.13 0.20 0.08
HSL 19.57º 0.53% 0.83% -
HSV(B) 19.57º 0.2% 0.92% -
XYZ 65.04 64.52 57.17 -
YUV 211.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 235 204 189 0 0.13 0.20 0.08 19.57 0.53 0.83
Hex EB CC BD 0 D 14 8 14 35 53
Octal 353 314 275 0 15 24 10 24 65 123
Binary 11101011 11001100 10111101 0 1101 10100 1000 10100 110101 1010011

Color Harmonies of #EBCCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCCBD

Black with #EBCCBD

Text Example


Text Example

White with #EBCCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCCBD; }

 p { color: rgb(235,204,189); }

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

background-color css

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

 a { background-color: rgb(235,204,189); }

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

border-color css

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

 span { border-color: rgb(235,204,189); }

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