Html Css Color HEX #EDEDDB Sugar Cane

📋 copy color: '#EDEDDB'

red 237 ◦ green 237 ◦ blue 219

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

Shades of Sugar Cane #EDEDDB

Tints of Sugar Cane #EDEDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 31.6%

R = 34.2%
G = 34.2%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDEDDB (or 0xEDEDDB) is known color: Sugar Cane. HEX triplet: ED, ED and DB. RGB value is (237,237,219). Sum of RGB (Red+Green+Blue) = 237+237+219=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDDB is #121224. Grayscale: #EBEBEB. Windows color (decimal): -1184293 or 14413293. OLE color: 14413293.

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

Color convert

RGB 237 237 219 -
CMYK 0 0 0.08 0.07
HSL 60º 0.33% 0.89% -
HSV(B) 60º 0.08% 0.93% -
XYZ 78 83.69 79.06 -
YUV 234.95 119 129.46 -
System Red Green Blue C M Y K H S L
Decimal 237 237 219 0 0 0.08 0.07 60 0.33 0.89
Hex ED ED DB 0 0 8 7 3C 21 59
Octal 355 355 333 0 0 10 7 74 41 131
Binary 11101101 11101101 11011011 0 0 1000 111 111100 100001 1011001

Color Harmonies of #EDEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDDB

Black with #EDEDDB

Text Example


Text Example

White with #EDEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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