Html Css Color HEX #F0EDCD Rum Swizzle

📋 copy color: '#F0EDCD'

red 240 ◦ green 237 ◦ blue 205

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

Shades of Rum Swizzle #F0EDCD

Tints of Rum Swizzle #F0EDCD

RGB

 RED value IS 240 (94.14% from 255) = 35.19%

 GREEN value IS 237 (92.97% from 255) = 34.75%

 BLUE value IS 205 (80.47% from 255) = 30.06%

R = 35.19%
G = 34.75%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0EDCD (or 0xF0EDCD) is known color: Rum Swizzle. HEX triplet: F0, ED and CD. RGB value is (240,237,205). Sum of RGB (Red+Green+Blue) = 240+237+205=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 205 (80.47% from 255 or 30.06% from 682); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDCD is #0F1232. Grayscale: #EAEAEA. Windows color (decimal): -987699 or 13495792. OLE color: 13495792.

HSL color Cylindrical-coordinate representation of color #F0EDCD: hue angle of 54.86º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0EDCD is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 237 205 -
CMYK 0 0.01 0.15 0.06
HSL 54.86º 0.54% 0.87% -
HSV(B) 54.86º 0.15% 0.94% -
XYZ 77.24 83.5 69.8 -
YUV 234.25 111.49 132.1 -
System Red Green Blue C M Y K H S L
Decimal 240 237 205 0 0.01 0.15 0.06 54.86 0.54 0.87
Hex F0 ED CD 0 1 F 6 37 36 57
Octal 360 355 315 0 1 17 6 67 66 127
Binary 11110000 11101101 11001101 0 1 1111 110 110111 110110 1010111

Color Harmonies of #F0EDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EDCD

Black with #F0EDCD

Text Example


Text Example

White with #F0EDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EDCD; }

 p { color: rgb(240,237,205); }

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

background-color css

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

 a { background-color: rgb(240,237,205); }

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

border-color css

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

 span { border-color: rgb(240,237,205); }

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