Html Css Color HEX #EFF0E6 Sugar Cane

📋 copy color: '#EFF0E6'

red 239 ◦ green 240 ◦ blue 230

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

Shades of Sugar Cane #EFF0E6

Tints of Sugar Cane #EFF0E6

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.85%

 BLUE value IS 230 (90.23% from 255) = 32.44%

R = 33.71%
G = 33.85%
B = 32.44%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFF0E6 (or 0xEFF0E6) is known color: Sugar Cane. HEX triplet: EF, F0 and E6. RGB value is (239,240,230). Sum of RGB (Red+Green+Blue) = 239+240+230=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 240 (94.14% from 255 or 33.85% from 709); Blue value is 230 (90.23% from 255 or 32.44% from 709); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0E6 is #100F19. Grayscale: #EEEEEE. Windows color (decimal): -1052442 or 15134959. OLE color: 15134959.

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

Color convert

RGB 239 240 230 -
CMYK 0.00 0 0.04 0.06
HSL 66º 0.25% 0.92% -
HSV(B) 66º 0.04% 0.94% -
XYZ 81.04 86.38 87.27 -
YUV 238.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 239 240 230 0.00 0 0.04 0.06 66 0.25 0.92
Hex EF F0 E6 0 0 4 6 42 19 5C
Octal 357 360 346 0 0 4 6 102 31 134
Binary 11101111 11110000 11100110 0 0 100 110 1000010 11001 1011100

Color Harmonies of #EFF0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF0E6

Black with #EFF0E6

Text Example


Text Example

White with #EFF0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF0E6; }

 p { color: rgb(239,240,230); }

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

background-color css

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

 a { background-color: rgb(239,240,230); }

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

border-color css

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

 span { border-color: rgb(239,240,230); }

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