Html Css Color HEX #EBCBB9 Watusi

📋 copy color: '#EBCBB9'

red 235 ◦ green 203 ◦ blue 185

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

Shades of Watusi #EBCBB9

Tints of Watusi #EBCBB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.7%

R = 37.72%
G = 32.58%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBCBB9 (or 0xEBCBB9) is known color: Watusi. HEX triplet: EB, CB and B9. RGB value is (235,203,185). Sum of RGB (Red+Green+Blue) = 235+203+185=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 185 (72.66% from 255 or 29.70% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBB9 is #143446. Grayscale: #D2D2D2. Windows color (decimal): -1324103 or 12176363. OLE color: 12176363.

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

Color convert

RGB 235 203 185 -
CMYK 0 0.14 0.21 0.08
HSL 21.6º 0.56% 0.82% -
HSV(B) 21.6º 0.21% 0.92% -
XYZ 64.37 63.88 54.84 -
YUV 210.52 113.6 145.46 -
System Red Green Blue C M Y K H S L
Decimal 235 203 185 0 0.14 0.21 0.08 21.6 0.56 0.82
Hex EB CB B9 0 E 15 8 16 38 52
Octal 353 313 271 0 16 25 10 26 70 122
Binary 11101011 11001011 10111001 0 1110 10101 1000 10110 111000 1010010

Color Harmonies of #EBCBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCBB9

Black with #EBCBB9

Text Example


Text Example

White with #EBCBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCBB9; }

 p { color: rgb(235,203,185); }

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

background-color css

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

 a { background-color: rgb(235,203,185); }

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

border-color css

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

 span { border-color: rgb(235,203,185); }

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