Html Css Color HEX #EBCAB9 Watusi

📋 copy color: '#EBCAB9'

red 235 ◦ green 202 ◦ blue 185

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

Shades of Watusi #EBCAB9

Tints of Watusi #EBCAB9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.48%

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

R = 37.78%
G = 32.48%
B = 29.74%

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

#EBCAB9 (or 0xEBCAB9) is known color: Watusi. HEX triplet: EB, CA and B9. RGB value is (235,202,185). Sum of RGB (Red+Green+Blue) = 235+202+185=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAB9 is #143546. Grayscale: #D2D2D2. Windows color (decimal): -1324359 or 12176107. OLE color: 12176107.

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

Color convert

RGB 235 202 185 -
CMYK 0 0.14 0.21 0.08
HSL 20.4º 0.56% 0.82% -
HSV(B) 20.4º 0.21% 0.92% -
XYZ 64.14 63.41 54.76 -
YUV 209.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 235 202 185 0 0.14 0.21 0.08 20.4 0.56 0.82
Hex EB CA B9 0 E 15 8 14 38 52
Octal 353 312 271 0 16 25 10 24 70 122
Binary 11101011 11001010 10111001 0 1110 10101 1000 10100 111000 1010010

Color Harmonies of #EBCAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCAB9

Black with #EBCAB9

Text Example


Text Example

White with #EBCAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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