Html Css Color HEX #EDEACF Rum Swizzle

📋 copy color: '#EDEACF'

red 237 ◦ green 234 ◦ blue 207

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

Shades of Rum Swizzle #EDEACF

Tints of Rum Swizzle #EDEACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 30.53%

R = 34.96%
G = 34.51%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDEACF (or 0xEDEACF) is known color: Rum Swizzle. HEX triplet: ED, EA and CF. RGB value is (237,234,207). Sum of RGB (Red+Green+Blue) = 237+234+207=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 207 (81.25% from 255 or 30.53% from 678); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEACF is #121530. Grayscale: #E7E7E7. Windows color (decimal): -1185073 or 13626093. OLE color: 13626093.

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

Color convert

RGB 237 234 207 -
CMYK 0 0.01 0.13 0.07
HSL 54º 0.45% 0.87% -
HSV(B) 54º 0.13% 0.93% -
XYZ 75.61 81.36 70.75 -
YUV 231.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 237 234 207 0 0.01 0.13 0.07 54 0.45 0.87
Hex ED EA CF 0 1 D 7 36 2D 57
Octal 355 352 317 0 1 15 7 66 55 127
Binary 11101101 11101010 11001111 0 1 1101 111 110110 101101 1010111

Color Harmonies of #EDEACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEACF

Black with #EDEACF

Text Example


Text Example

White with #EDEACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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