Html Css Color HEX #EBE8D0 Rum Swizzle

📋 copy color: '#EBE8D0'

red 235 ◦ green 232 ◦ blue 208

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

Shades of Rum Swizzle #EBE8D0

Tints of Rum Swizzle #EBE8D0

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.37%

 BLUE value IS 208 (81.64% from 255) = 30.81%

R = 34.81%
G = 34.37%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBE8D0 (or 0xEBE8D0) is known color: Rum Swizzle. HEX triplet: EB, E8 and D0. RGB value is (235,232,208). Sum of RGB (Red+Green+Blue) = 235+232+208=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 232 (91.02% from 255 or 34.37% from 675); Blue value is 208 (81.64% from 255 or 30.81% from 675); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8D0 is #14172F. Grayscale: #E6E6E6. Windows color (decimal): -1316656 or 13691115. OLE color: 13691115.

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

Color convert

RGB 235 232 208 -
CMYK 0 0.01 0.11 0.08
HSL 53.33º 0.4% 0.87% -
HSV(B) 53.33º 0.11% 0.92% -
XYZ 74.5 79.93 71.18 -
YUV 230.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 235 232 208 0 0.01 0.11 0.08 53.33 0.4 0.87
Hex EB E8 D0 0 1 B 8 35 28 57
Octal 353 350 320 0 1 13 10 65 50 127
Binary 11101011 11101000 11010000 0 1 1011 1000 110101 101000 1010111

Color Harmonies of #EBE8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE8D0

Black with #EBE8D0

Text Example


Text Example

White with #EBE8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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