Html Css Color HEX #EFF1DA Sugar Cane

📋 copy color: '#EFF1DA'

red 239 ◦ green 241 ◦ blue 218

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

Shades of Sugar Cane #EFF1DA

Tints of Sugar Cane #EFF1DA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.53%

 BLUE value IS 218 (85.55% from 255) = 31.23%

R = 34.24%
G = 34.53%
B = 31.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#EFF1DA (or 0xEFF1DA) is known color: Sugar Cane. HEX triplet: EF, F1 and DA. RGB value is (239,241,218). Sum of RGB (Red+Green+Blue) = 239+241+218=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 218 (85.55% from 255 or 31.23% from 698); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1DA is #100E25. Grayscale: #EDEDED. Windows color (decimal): -1052198 or 14348783. OLE color: 14348783.

HSL color Cylindrical-coordinate representation of color #EFF1DA: hue angle of 65.22º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFF1DA is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 241 218 -
CMYK 0.01 0 0.10 0.05
HSL 65.22º 0.45% 0.9% -
HSV(B) 65.22º 0.1% 0.95% -
XYZ 79.71 86.32 78.79 -
YUV 237.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 239 241 218 0.01 0 0.10 0.05 65.22 0.45 0.9
Hex EF F1 DA 1 0 A 5 41 2D 5A
Octal 357 361 332 1 0 12 5 101 55 132
Binary 11101111 11110001 11011010 1 0 1010 101 1000001 101101 1011010

Color Harmonies of #EFF1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF1DA

Black with #EFF1DA

Text Example


Text Example

White with #EFF1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF1DA; }

 p { color: rgb(239,241,218); }

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

background-color css

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

 a { background-color: rgb(239,241,218); }

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

border-color css

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

 span { border-color: rgb(239,241,218); }

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