Html Css Color HEX #EDEFDC Sugar Cane

📋 copy color: '#EDEFDC'

red 237 ◦ green 239 ◦ blue 220

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

Shades of Sugar Cane #EDEFDC

Tints of Sugar Cane #EDEFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.34%

 BLUE value IS 220 (86.33% from 255) = 31.61%

R = 34.05%
G = 34.34%
B = 31.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EDEFDC (or 0xEDEFDC) is known color: Sugar Cane. HEX triplet: ED, EF and DC. RGB value is (237,239,220). Sum of RGB (Red+Green+Blue) = 237+239+220=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFDC is #121023. Grayscale: #ECECEC. Windows color (decimal): -1183780 or 14479341. OLE color: 14479341.

HSL color Cylindrical-coordinate representation of color #EDEFDC: hue angle of 66.32º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDEFDC is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 220 -
CMYK 0.01 0 0.08 0.06
HSL 66.32º 0.37% 0.9% -
HSV(B) 66.32º 0.08% 0.94% -
XYZ 78.71 84.9 79.95 -
YUV 236.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 237 239 220 0.01 0 0.08 0.06 66.32 0.37 0.9
Hex ED EF DC 1 0 8 6 42 25 5A
Octal 355 357 334 1 0 10 6 102 45 132
Binary 11101101 11101111 11011100 1 0 1000 110 1000010 100101 1011010

Color Harmonies of #EDEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFDC

Black with #EDEFDC

Text Example


Text Example

White with #EDEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFDC; }

 p { color: rgb(237,239,220); }

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

background-color css

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

 a { background-color: rgb(237,239,220); }

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

border-color css

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

 span { border-color: rgb(237,239,220); }

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