Html Css Color HEX #EDEFDA Sugar Cane

📋 copy color: '#EDEFDA'

red 237 ◦ green 239 ◦ blue 218

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

Shades of Sugar Cane #EDEFDA

Tints of Sugar Cane #EDEFDA

RGB

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

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

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

R = 34.15%
G = 34.44%
B = 31.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EDEFDA (or 0xEDEFDA) is known color: Sugar Cane. HEX triplet: ED, EF and DA. RGB value is (237,239,218). Sum of RGB (Red+Green+Blue) = 237+239+218=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFDA is #121025. Grayscale: #ECECEC. Windows color (decimal): -1183782 or 14348269. OLE color: 14348269.

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

Color convert

RGB 237 239 218 -
CMYK 0.01 0 0.09 0.06
HSL 65.71º 0.4% 0.9% -
HSV(B) 65.71º 0.09% 0.94% -
XYZ 78.45 84.8 78.56 -
YUV 236.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 237 239 218 0.01 0 0.09 0.06 65.71 0.4 0.9
Hex ED EF DA 1 0 9 6 42 28 5A
Octal 355 357 332 1 0 11 6 102 50 132
Binary 11101101 11101111 11011010 1 0 1001 110 1000010 101000 1011010

Color Harmonies of #EDEFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFDA

Black with #EDEFDA

Text Example


Text Example

White with #EDEFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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