Html Css Color HEX #EDEEDD Sugar Cane

📋 copy color: '#EDEEDD'

red 237 ◦ green 238 ◦ blue 221

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

Shades of Sugar Cane #EDEEDD

Tints of Sugar Cane #EDEEDD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.2%

 BLUE value IS 221 (86.72% from 255) = 31.75%

R = 34.05%
G = 34.2%
B = 31.75%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDEEDD (or 0xEDEEDD) is known color: Sugar Cane. HEX triplet: ED, EE and DD. RGB value is (237,238,221). Sum of RGB (Red+Green+Blue) = 237+238+221=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEDD is #121122. Grayscale: #EBEBEB. Windows color (decimal): -1184035 or 14544621. OLE color: 14544621.

HSL color Cylindrical-coordinate representation of color #EDEEDD: hue angle of 63.53º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDEEDD is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 221 -
CMYK 0.00 0 0.07 0.07
HSL 63.53º 0.33% 0.9% -
HSV(B) 63.53º 0.07% 0.93% -
XYZ 78.55 84.37 80.55 -
YUV 235.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 237 238 221 0.00 0 0.07 0.07 63.53 0.33 0.9
Hex ED EE DD 0 0 7 7 40 21 5A
Octal 355 356 335 0 0 7 7 100 41 132
Binary 11101101 11101110 11011101 0 0 111 111 1000000 100001 1011010

Color Harmonies of #EDEEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEDD

Black with #EDEEDD

Text Example


Text Example

White with #EDEEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEDD; }

 p { color: rgb(237,238,221); }

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

background-color css

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

 a { background-color: rgb(237,238,221); }

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

border-color css

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

 span { border-color: rgb(237,238,221); }

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