Html Css Color HEX #EDEFDD Sugar Cane

📋 copy color: '#EDEFDD'

red 237 ◦ green 239 ◦ blue 221

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

Shades of Sugar Cane #EDEFDD

Tints of Sugar Cane #EDEFDD

RGB

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

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

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

R = 34%
G = 34.29%
B = 31.71%

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

#EDEFDD (or 0xEDEFDD) is known color: Sugar Cane. HEX triplet: ED, EF and DD. RGB value is (237,239,221). Sum of RGB (Red+Green+Blue) = 237+239+221=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFDD is #121022. Grayscale: #ECECEC. Windows color (decimal): -1183779 or 14544877. OLE color: 14544877.

HSL color Cylindrical-coordinate representation of color #EDEFDD: hue angle of 66.67º degrees, saturation: 0.36, 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 #EDEFDD is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 221 -
CMYK 0.01 0 0.08 0.06
HSL 66.67º 0.36% 0.9% -
HSV(B) 66.67º 0.08% 0.94% -
XYZ 78.84 84.96 80.65 -
YUV 236.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 237 239 221 0.01 0 0.08 0.06 66.67 0.36 0.9
Hex ED EF DD 1 0 8 6 43 24 5A
Octal 355 357 335 1 0 10 6 103 44 132
Binary 11101101 11101111 11011101 1 0 1000 110 1000011 100100 1011010

Color Harmonies of #EDEFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFDD

Black with #EDEFDD

Text Example


Text Example

White with #EDEFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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