Html Css Color HEX #EBECDC Sugar Cane

📋 copy color: '#EBECDC'

red 235 ◦ green 236 ◦ blue 220

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

Shades of Sugar Cane #EBECDC

Tints of Sugar Cane #EBECDC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.15%

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

R = 34.01%
G = 34.15%
B = 31.84%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EBECDC (or 0xEBECDC) is known color: Sugar Cane. HEX triplet: EB, EC and DC. RGB value is (235,236,220). Sum of RGB (Red+Green+Blue) = 235+236+220=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECDC is #141323. Grayscale: #E9E9E9. Windows color (decimal): -1315620 or 14478571. OLE color: 14478571.

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

Color convert

RGB 235 236 220 -
CMYK 0.00 0 0.07 0.07
HSL 63.75º 0.3% 0.89% -
HSV(B) 63.75º 0.07% 0.93% -
XYZ 77.17 82.82 79.63 -
YUV 233.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 235 236 220 0.00 0 0.07 0.07 63.75 0.3 0.89
Hex EB EC DC 0 0 7 7 40 1E 59
Octal 353 354 334 0 0 7 7 100 36 131
Binary 11101011 11101100 11011100 0 0 111 111 1000000 11110 1011001

Color Harmonies of #EBECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBECDC

Black with #EBECDC

Text Example


Text Example

White with #EBECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBECDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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