Html Css Color HEX #F5EDD0 Rum Swizzle

📋 copy color: '#F5EDD0'

red 245 ◦ green 237 ◦ blue 208

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

Shades of Rum Swizzle #F5EDD0

Tints of Rum Swizzle #F5EDD0

RGB

 RED value IS 245 (96.09% from 255) = 35.51%

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

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

R = 35.51%
G = 34.35%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F5EDD0 (or 0xF5EDD0) is known color: Rum Swizzle. HEX triplet: F5, ED and D0. RGB value is (245,237,208). Sum of RGB (Red+Green+Blue) = 245+237+208=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 208 (81.64% from 255 or 30.14% from 690); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDD0 is #0A122F. Grayscale: #ECECEC. Windows color (decimal): -660016 or 13692405. OLE color: 13692405.

HSL color Cylindrical-coordinate representation of color #F5EDD0: hue angle of 47.03º degrees, saturation: 0.65, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F5EDD0 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 237 208 -
CMYK 0 0.03 0.15 0.04
HSL 47.03º 0.65% 0.89% -
HSV(B) 47.03º 0.15% 0.96% -
XYZ 79.33 84.53 71.81 -
YUV 236.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 245 237 208 0 0.03 0.15 0.04 47.03 0.65 0.89
Hex F5 ED D0 0 3 F 4 2F 41 59
Octal 365 355 320 0 3 17 4 57 101 131
Binary 11110101 11101101 11010000 0 11 1111 100 101111 1000001 1011001

Color Harmonies of #F5EDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EDD0

Black with #F5EDD0

Text Example


Text Example

White with #F5EDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EDD0; }

 p { color: rgb(245,237,208); }

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

background-color css

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

 a { background-color: rgb(245,237,208); }

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

border-color css

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

 span { border-color: rgb(245,237,208); }

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