Html Css Color HEX #EBCAB8 Watusi

📋 copy color: '#EBCAB8'

red 235 ◦ green 202 ◦ blue 184

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

Shades of Watusi #EBCAB8

Tints of Watusi #EBCAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 29.63%

R = 37.84%
G = 32.53%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EBCAB8 (or 0xEBCAB8) is known color: Watusi. HEX triplet: EB, CA and B8. RGB value is (235,202,184). Sum of RGB (Red+Green+Blue) = 235+202+184=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 184 (72.27% from 255 or 29.63% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAB8 is #143547. Grayscale: #D1D1D1. Windows color (decimal): -1324360 or 12110571. OLE color: 12110571.

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

Color convert

RGB 235 202 184 -
CMYK 0 0.14 0.22 0.08
HSL 21.18º 0.56% 0.82% -
HSV(B) 21.18º 0.22% 0.92% -
XYZ 64.03 63.36 54.2 -
YUV 209.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 235 202 184 0 0.14 0.22 0.08 21.18 0.56 0.82
Hex EB CA B8 0 E 16 8 15 38 52
Octal 353 312 270 0 16 26 10 25 70 122
Binary 11101011 11001010 10111000 0 1110 10110 1000 10101 111000 1010010

Color Harmonies of #EBCAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCAB8

Black with #EBCAB8

Text Example


Text Example

White with #EBCAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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