Html Css Color HEX #EBCABB Watusi

📋 copy color: '#EBCABB'

red 235 ◦ green 202 ◦ blue 187

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

Shades of Watusi #EBCABB

Tints of Watusi #EBCABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.97%

R = 37.66%
G = 32.37%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBCABB (or 0xEBCABB) is known color: Watusi. HEX triplet: EB, CA and BB. RGB value is (235,202,187). Sum of RGB (Red+Green+Blue) = 235+202+187=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCABB is #143544. Grayscale: #D2D2D2. Windows color (decimal): -1324357 or 12307179. OLE color: 12307179.

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

Color convert

RGB 235 202 187 -
CMYK 0 0.14 0.20 0.08
HSL 18.75º 0.55% 0.83% -
HSV(B) 18.75º 0.2% 0.92% -
XYZ 64.35 63.49 55.88 -
YUV 210.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 235 202 187 0 0.14 0.20 0.08 18.75 0.55 0.83
Hex EB CA BB 0 E 14 8 13 37 53
Octal 353 312 273 0 16 24 10 23 67 123
Binary 11101011 11001010 10111011 0 1110 10100 1000 10011 110111 1010011

Color Harmonies of #EBCABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCABB

Black with #EBCABB

Text Example


Text Example

White with #EBCABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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