Html Css Color HEX #EBEBDC Sugar Cane

📋 copy color: '#EBEBDC'

red 235 ◦ green 235 ◦ blue 220

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

Shades of Sugar Cane #EBEBDC

Tints of Sugar Cane #EBEBDC

RGB

 RED value IS 235 (92.19% from 255) = 34.06%

 GREEN value IS 235 (92.19% from 255) = 34.06%

 BLUE value IS 220 (86.33% from 255) = 31.88%

R = 34.06%
G = 34.06%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBEBDC (or 0xEBEBDC) is known color: Sugar Cane. HEX triplet: EB, EB and DC. RGB value is (235,235,220). Sum of RGB (Red+Green+Blue) = 235+235+220=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBDC is #141423. Grayscale: #E9E9E9. Windows color (decimal): -1315876 or 14478315. OLE color: 14478315.

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

Color convert

RGB 235 235 220 -
CMYK 0 0 0.06 0.08
HSL 60º 0.27% 0.89% -
HSV(B) 60º 0.06% 0.92% -
XYZ 76.89 82.25 79.53 -
YUV 233.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 235 235 220 0 0 0.06 0.08 60 0.27 0.89
Hex EB EB DC 0 0 6 8 3C 1B 59
Octal 353 353 334 0 0 6 10 74 33 131
Binary 11101011 11101011 11011100 0 0 110 1000 111100 11011 1011001

Color Harmonies of #EBEBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEBDC

Black with #EBEBDC

Text Example


Text Example

White with #EBEBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEBDC; }

 p { color: rgb(235,235,220); }

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

background-color css

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

 a { background-color: rgb(235,235,220); }

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

border-color css

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

 span { border-color: rgb(235,235,220); }

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