Html Css Color HEX #EBECDD Sugar Cane

📋 copy color: '#EBECDD'

red 235 ◦ green 236 ◦ blue 221

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

Shades of Sugar Cane #EBECDD

Tints of Sugar Cane #EBECDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 31.94%

R = 33.96%
G = 34.1%
B = 31.94%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EBECDD (or 0xEBECDD) is known color: Sugar Cane. HEX triplet: EB, EC and DD. RGB value is (235,236,221). Sum of RGB (Red+Green+Blue) = 235+236+221=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 221 (86.72% from 255 or 31.94% from 692); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECDD is #141322. Grayscale: #EAEAEA. Windows color (decimal): -1315619 or 14544107. OLE color: 14544107.

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

Color convert

RGB 235 236 221 -
CMYK 0.00 0 0.06 0.07
HSL 64º 0.28% 0.9% -
HSV(B) 64º 0.06% 0.93% -
XYZ 77.31 82.87 80.33 -
YUV 233.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 235 236 221 0.00 0 0.06 0.07 64 0.28 0.9
Hex EB EC DD 0 0 6 7 40 1C 5A
Octal 353 354 335 0 0 6 7 100 34 132
Binary 11101011 11101100 11011101 0 0 110 111 1000000 11100 1011010

Color Harmonies of #EBECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBECDD

Black with #EBECDD

Text Example


Text Example

White with #EBECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBECDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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