Html Css Color HEX #EFEFE0 Sugar Cane

📋 copy color: '#EFEFE0'

red 239 ◦ green 239 ◦ blue 224

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

Shades of Sugar Cane #EFEFE0

Tints of Sugar Cane #EFEFE0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.05%

 BLUE value IS 224 (87.89% from 255) = 31.91%

R = 34.05%
G = 34.05%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFEFE0 (or 0xEFEFE0) is known color: Sugar Cane. HEX triplet: EF, EF and E0. RGB value is (239,239,224). Sum of RGB (Red+Green+Blue) = 239+239+224=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 224 (87.89% from 255 or 31.91% from 702); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFE0 is #10101F. Grayscale: #EDEDED. Windows color (decimal): -1052704 or 14741487. OLE color: 14741487.

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

Color convert

RGB 239 239 224 -
CMYK 0 0 0.06 0.06
HSL 60º 0.32% 0.91% -
HSV(B) 60º 0.06% 0.94% -
XYZ 79.92 85.47 82.81 -
YUV 237.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 239 239 224 0 0 0.06 0.06 60 0.32 0.91
Hex EF EF E0 0 0 6 6 3C 20 5B
Octal 357 357 340 0 0 6 6 74 40 133
Binary 11101111 11101111 11100000 0 0 110 110 111100 100000 1011011

Color Harmonies of #EFEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFE0

Black with #EFEFE0

Text Example


Text Example

White with #EFEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEFE0; }

 p { color: rgb(239,239,224); }

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

background-color css

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

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

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

border-color css

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

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

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