Html Css Color HEX #EDEDE5 Sugar Cane

📋 copy color: '#EDEDE5'

red 237 ◦ green 237 ◦ blue 229

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

Shades of Sugar Cane #EDEDE5

Tints of Sugar Cane #EDEDE5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.71%

 BLUE value IS 229 (89.84% from 255) = 32.57%

R = 33.71%
G = 33.71%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDEDE5 (or 0xEDEDE5) is known color: Sugar Cane. HEX triplet: ED, ED and E5. RGB value is (237,237,229). Sum of RGB (Red+Green+Blue) = 237+237+229=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 237 (92.97% from 255 or 33.71% from 703); Blue value is 229 (89.84% from 255 or 32.57% from 703); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDE5 is #12121A. Grayscale: #ECECEC. Windows color (decimal): -1184283 or 15068653. OLE color: 15068653.

HSL color Cylindrical-coordinate representation of color #EDEDE5: hue angle of 60º degrees, saturation: 0.18, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDEDE5 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 229 -
CMYK 0 0 0.03 0.07
HSL 60º 0.18% 0.91% -
HSV(B) 60º 0.03% 0.93% -
XYZ 79.35 84.23 86.2 -
YUV 236.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 237 237 229 0 0 0.03 0.07 60 0.18 0.91
Hex ED ED E5 0 0 3 7 3C 12 5B
Octal 355 355 345 0 0 3 7 74 22 133
Binary 11101101 11101101 11100101 0 0 11 111 111100 10010 1011011

Color Harmonies of #EDEDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDE5

Black with #EDEDE5

Text Example


Text Example

White with #EDEDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDE5; }

 p { color: rgb(237,237,229); }

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

background-color css

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

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

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

border-color css

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

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

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