Html Css Color HEX #EDEAD3 Rum Swizzle

📋 copy color: '#EDEAD3'

red 237 ◦ green 234 ◦ blue 211

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

Shades of Rum Swizzle #EDEAD3

Tints of Rum Swizzle #EDEAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.94%

R = 34.75%
G = 34.31%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDEAD3 (or 0xEDEAD3) is known color: Rum Swizzle. HEX triplet: ED, EA and D3. RGB value is (237,234,211). Sum of RGB (Red+Green+Blue) = 237+234+211=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 211 (82.81% from 255 or 30.94% from 682); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAD3 is #12152C. Grayscale: #E8E8E8. Windows color (decimal): -1185069 or 13888237. OLE color: 13888237.

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

Color convert

RGB 237 234 211 -
CMYK 0 0.01 0.11 0.07
HSL 53.08º 0.42% 0.88% -
HSV(B) 53.08º 0.11% 0.93% -
XYZ 76.11 81.55 73.36 -
YUV 232.28 115.99 131.37 -
System Red Green Blue C M Y K H S L
Decimal 237 234 211 0 0.01 0.11 0.07 53.08 0.42 0.88
Hex ED EA D3 0 1 B 7 35 2A 58
Octal 355 352 323 0 1 13 7 65 52 130
Binary 11101101 11101010 11010011 0 1 1011 111 110101 101010 1011000

Color Harmonies of #EDEAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAD3

Black with #EDEAD3

Text Example


Text Example

White with #EDEAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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