Html Css Color HEX #EDEAD4 Rum Swizzle

📋 copy color: '#EDEAD4'

red 237 ◦ green 234 ◦ blue 212

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

Shades of Rum Swizzle #EDEAD4

Tints of Rum Swizzle #EDEAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.04%

R = 34.7%
G = 34.26%
B = 31.04%

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

#EDEAD4 (or 0xEDEAD4) is known color: Rum Swizzle. HEX triplet: ED, EA and D4. RGB value is (237,234,212). Sum of RGB (Red+Green+Blue) = 237+234+212=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 212 (83.20% from 255 or 31.04% from 683); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAD4 is #12152B. Grayscale: #E8E8E8. Windows color (decimal): -1185068 or 13953773. OLE color: 13953773.

HSL color Cylindrical-coordinate representation of color #EDEAD4: hue angle of 52.8º degrees, saturation: 0.41, 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 #EDEAD4 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 234 212 -
CMYK 0 0.01 0.11 0.07
HSL 52.8º 0.41% 0.88% -
HSV(B) 52.8º 0.11% 0.93% -
XYZ 76.23 81.6 74.02 -
YUV 232.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 237 234 212 0 0.01 0.11 0.07 52.8 0.41 0.88
Hex ED EA D4 0 1 B 7 35 29 58
Octal 355 352 324 0 1 13 7 65 51 130
Binary 11101101 11101010 11010100 0 1 1011 111 110101 101001 1011000

Color Harmonies of #EDEAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAD4

Black with #EDEAD4

Text Example


Text Example

White with #EDEAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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