Html Css Color HEX #EBCCBA Watusi

📋 copy color: '#EBCCBA'

red 235 ◦ green 204 ◦ blue 186

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

Shades of Watusi #EBCCBA

Tints of Watusi #EBCCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.76%

R = 37.6%
G = 32.64%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBCCBA (or 0xEBCCBA) is known color: Watusi. HEX triplet: EB, CC and BA. RGB value is (235,204,186). Sum of RGB (Red+Green+Blue) = 235+204+186=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCBA is #143345. Grayscale: #D3D3D3. Windows color (decimal): -1323846 or 12242155. OLE color: 12242155.

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

Color convert

RGB 235 204 186 -
CMYK 0 0.13 0.21 0.08
HSL 22.04º 0.55% 0.83% -
HSV(B) 22.04º 0.21% 0.92% -
XYZ 64.72 64.39 55.47 -
YUV 211.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 235 204 186 0 0.13 0.21 0.08 22.04 0.55 0.83
Hex EB CC BA 0 D 15 8 16 37 53
Octal 353 314 272 0 15 25 10 26 67 123
Binary 11101011 11001100 10111010 0 1101 10101 1000 10110 110111 1010011

Color Harmonies of #EBCCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCCBA

Black with #EBCCBA

Text Example


Text Example

White with #EBCCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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