Html Css Color HEX #EBCDB9 Watusi

📋 copy color: '#EBCDB9'

red 235 ◦ green 205 ◦ blue 185

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

Shades of Watusi #EBCDB9

Tints of Watusi #EBCDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.8%

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

R = 37.6%
G = 32.8%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBCDB9 (or 0xEBCDB9) is known color: Watusi. HEX triplet: EB, CD and B9. RGB value is (235,205,185). Sum of RGB (Red+Green+Blue) = 235+205+185=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDB9 is #143246. Grayscale: #D3D3D3. Windows color (decimal): -1323591 or 12176875. OLE color: 12176875.

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

Color convert

RGB 235 205 185 -
CMYK 0 0.13 0.21 0.08
HSL 24º 0.56% 0.82% -
HSV(B) 24º 0.21% 0.92% -
XYZ 64.85 64.83 54.99 -
YUV 211.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 235 205 185 0 0.13 0.21 0.08 24 0.56 0.82
Hex EB CD B9 0 D 15 8 18 38 52
Octal 353 315 271 0 15 25 10 30 70 122
Binary 11101011 11001101 10111001 0 1101 10101 1000 11000 111000 1010010

Color Harmonies of #EBCDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCDB9

Black with #EBCDB9

Text Example


Text Example

White with #EBCDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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