Html Css Color HEX #EDEEDA Sugar Cane

📋 copy color: '#EDEEDA'

red 237 ◦ green 238 ◦ blue 218

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

Shades of Sugar Cane #EDEEDA

Tints of Sugar Cane #EDEEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 31.46%

R = 34.2%
G = 34.34%
B = 31.46%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDEEDA (or 0xEDEEDA) is known color: Sugar Cane. HEX triplet: ED, EE and DA. RGB value is (237,238,218). Sum of RGB (Red+Green+Blue) = 237+238+218=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEDA is #121125. Grayscale: #EBEBEB. Windows color (decimal): -1184038 or 14348013. OLE color: 14348013.

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

Color convert

RGB 237 238 218 -
CMYK 0.00 0 0.08 0.07
HSL 63º 0.37% 0.89% -
HSV(B) 63º 0.08% 0.93% -
XYZ 78.15 84.22 78.47 -
YUV 235.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 237 238 218 0.00 0 0.08 0.07 63 0.37 0.89
Hex ED EE DA 0 0 8 7 3F 25 59
Octal 355 356 332 0 0 10 7 77 45 131
Binary 11101101 11101110 11011010 0 0 1000 111 111111 100101 1011001

Color Harmonies of #EDEEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEDA

Black with #EDEEDA

Text Example


Text Example

White with #EDEEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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