Html Css Color HEX #EBD0BE Watusi

📋 copy color: '#EBD0BE'

red 235 ◦ green 208 ◦ blue 190

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

Shades of Watusi #EBD0BE

Tints of Watusi #EBD0BE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.86%

 BLUE value IS 190 (74.61% from 255) = 30.02%

R = 37.12%
G = 32.86%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EBD0BE (or 0xEBD0BE) is known color: Watusi. HEX triplet: EB, D0 and BE. RGB value is (235,208,190). Sum of RGB (Red+Green+Blue) = 235+208+190=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0BE is #142F41. Grayscale: #D6D6D6. Windows color (decimal): -1322818 or 12505323. OLE color: 12505323.

HSL color Cylindrical-coordinate representation of color #EBD0BE: hue angle of 24º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBD0BE is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 208 190 -
CMYK 0 0.11 0.19 0.08
HSL 24º 0.53% 0.83% -
HSV(B) 24º 0.19% 0.92% -
XYZ 66.11 66.49 58.06 -
YUV 214.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 235 208 190 0 0.11 0.19 0.08 24 0.53 0.83
Hex EB D0 BE 0 B 13 8 18 35 53
Octal 353 320 276 0 13 23 10 30 65 123
Binary 11101011 11010000 10111110 0 1011 10011 1000 11000 110101 1010011

Color Harmonies of #EBD0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD0BE

Black with #EBD0BE

Text Example


Text Example

White with #EBD0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD0BE; }

 p { color: rgb(235,208,190); }

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

background-color css

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

 a { background-color: rgb(235,208,190); }

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

border-color css

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

 span { border-color: rgb(235,208,190); }

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