Html Css Color HEX #EDEFE0 Sugar Cane

📋 copy color: '#EDEFE0'

red 237 ◦ green 239 ◦ blue 224

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

Shades of Sugar Cane #EDEFE0

Tints of Sugar Cane #EDEFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32%

R = 33.86%
G = 34.14%
B = 32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EDEFE0 (or 0xEDEFE0) is known color: Sugar Cane. HEX triplet: ED, EF and E0. RGB value is (237,239,224). Sum of RGB (Red+Green+Blue) = 237+239+224=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 224 (87.89% from 255 or 32% from 700); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFE0 is #12101F. Grayscale: #ECECEC. Windows color (decimal): -1183776 or 14741485. OLE color: 14741485.

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

Color convert

RGB 237 239 224 -
CMYK 0.01 0 0.06 0.06
HSL 68º 0.32% 0.91% -
HSV(B) 68º 0.06% 0.94% -
XYZ 79.25 85.12 82.77 -
YUV 236.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 237 239 224 0.01 0 0.06 0.06 68 0.32 0.91
Hex ED EF E0 1 0 6 6 44 20 5B
Octal 355 357 340 1 0 6 6 104 40 133
Binary 11101101 11101111 11100000 1 0 110 110 1000100 100000 1011011

Color Harmonies of #EDEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFE0

Black with #EDEFE0

Text Example


Text Example

White with #EDEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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