Html Css Color HEX #EBC8B9 Watusi

📋 copy color: '#EBC8B9'

red 235 ◦ green 200 ◦ blue 185

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

Shades of Watusi #EBC8B9

Tints of Watusi #EBC8B9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.26%

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

R = 37.9%
G = 32.26%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBC8B9 (or 0xEBC8B9) is known color: Watusi. HEX triplet: EB, C8 and B9. RGB value is (235,200,185). Sum of RGB (Red+Green+Blue) = 235+200+185=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 185 (72.66% from 255 or 29.84% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8B9 is #143746. Grayscale: #D0D0D0. Windows color (decimal): -1324871 or 12175595. OLE color: 12175595.

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

Color convert

RGB 235 200 185 -
CMYK 0 0.15 0.21 0.08
HSL 18º 0.56% 0.82% -
HSV(B) 18º 0.21% 0.92% -
XYZ 63.67 62.47 54.6 -
YUV 208.76 114.6 146.72 -
System Red Green Blue C M Y K H S L
Decimal 235 200 185 0 0.15 0.21 0.08 18 0.56 0.82
Hex EB C8 B9 0 F 15 8 12 38 52
Octal 353 310 271 0 17 25 10 22 70 122
Binary 11101011 11001000 10111001 0 1111 10101 1000 10010 111000 1010010

Color Harmonies of #EBC8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC8B9

Black with #EBC8B9

Text Example


Text Example

White with #EBC8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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