Html Css Color HEX #EDEFD6 Sugar Cane

📋 copy color: '#EDEFD6'

red 237 ◦ green 239 ◦ blue 214

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

Shades of Sugar Cane #EDEFD6

Tints of Sugar Cane #EDEFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.01%

R = 34.35%
G = 34.64%
B = 31.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EDEFD6 (or 0xEDEFD6) is known color: Sugar Cane. HEX triplet: ED, EF and D6. RGB value is (237,239,214). Sum of RGB (Red+Green+Blue) = 237+239+214=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 214 (83.98% from 255 or 31.01% from 690); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFD6 is #121029. Grayscale: #EBEBEB. Windows color (decimal): -1183786 or 14086125. OLE color: 14086125.

HSL color Cylindrical-coordinate representation of color #EDEFD6: hue angle of 64.8º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDEFD6 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 214 -
CMYK 0.01 0 0.10 0.06
HSL 64.8º 0.44% 0.89% -
HSV(B) 64.8º 0.1% 0.94% -
XYZ 77.93 84.59 75.84 -
YUV 235.55 115.84 129.03 -
System Red Green Blue C M Y K H S L
Decimal 237 239 214 0.01 0 0.10 0.06 64.8 0.44 0.89
Hex ED EF D6 1 0 A 6 41 2C 59
Octal 355 357 326 1 0 12 6 101 54 131
Binary 11101101 11101111 11010110 1 0 1010 110 1000001 101100 1011001

Color Harmonies of #EDEFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFD6

Black with #EDEFD6

Text Example


Text Example

White with #EDEFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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