Html Css Color HEX #EFEEDD Sugar Cane

📋 copy color: '#EFEEDD'

red 239 ◦ green 238 ◦ blue 221

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

Shades of Sugar Cane #EFEEDD

Tints of Sugar Cane #EFEEDD

RGB

 RED value IS 239 (93.75% from 255) = 34.24%

 GREEN value IS 238 (93.36% from 255) = 34.1%

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

R = 34.24%
G = 34.1%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFEEDD (or 0xEFEEDD) is known color: Sugar Cane. HEX triplet: EF, EE and DD. RGB value is (239,238,221). Sum of RGB (Red+Green+Blue) = 239+238+221=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEDD is #101122. Grayscale: #ECECEC. Windows color (decimal): -1052963 or 14544623. OLE color: 14544623.

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

Color convert

RGB 239 238 221 -
CMYK 0 0.00 0.08 0.06
HSL 56.67º 0.36% 0.9% -
HSV(B) 56.67º 0.08% 0.94% -
XYZ 79.22 84.72 80.58 -
YUV 236.36 119.33 129.88 -
System Red Green Blue C M Y K H S L
Decimal 239 238 221 0 0.00 0.08 0.06 56.67 0.36 0.9
Hex EF EE DD 0 0 8 6 39 24 5A
Octal 357 356 335 0 0 10 6 71 44 132
Binary 11101111 11101110 11011101 0 0 1000 110 111001 100100 1011010

Color Harmonies of #EFEEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEEDD

Black with #EFEEDD

Text Example


Text Example

White with #EFEEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEEDD; }

 p { color: rgb(239,238,221); }

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

background-color css

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

 a { background-color: rgb(239,238,221); }

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

border-color css

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

 span { border-color: rgb(239,238,221); }

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