Html Css Color HEX #EDEAD7 Rum Swizzle

📋 copy color: '#EDEAD7'

red 237 ◦ green 234 ◦ blue 215

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

Shades of Rum Swizzle #EDEAD7

Tints of Rum Swizzle #EDEAD7

RGB

 RED value IS 237 (92.97% from 255) = 34.55%

 GREEN value IS 234 (91.8% from 255) = 34.11%

 BLUE value IS 215 (84.38% from 255) = 31.34%

R = 34.55%
G = 34.11%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EDEAD7 (or 0xEDEAD7) is known color: Rum Swizzle. HEX triplet: ED, EA and D7. RGB value is (237,234,215). Sum of RGB (Red+Green+Blue) = 237+234+215=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 215 (84.38% from 255 or 31.34% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAD7 is #121528. Grayscale: #E8E8E8. Windows color (decimal): -1185065 or 14150381. OLE color: 14150381.

HSL color Cylindrical-coordinate representation of color #EDEAD7: hue angle of 51.82º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDEAD7 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 234 215 -
CMYK 0 0.01 0.09 0.07
HSL 51.82º 0.38% 0.89% -
HSV(B) 51.82º 0.09% 0.93% -
XYZ 76.61 81.76 76.03 -
YUV 232.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 237 234 215 0 0.01 0.09 0.07 51.82 0.38 0.89
Hex ED EA D7 0 1 9 7 34 26 59
Octal 355 352 327 0 1 11 7 64 46 131
Binary 11101101 11101010 11010111 0 1 1001 111 110100 100110 1011001

Color Harmonies of #EDEAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAD7

Black with #EDEAD7

Text Example


Text Example

White with #EDEAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAD7; }

 p { color: rgb(237,234,215); }

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

background-color css

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

 a { background-color: rgb(237,234,215); }

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

border-color css

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

 span { border-color: rgb(237,234,215); }

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