#EFE6CF

Color #EFE6CF Orange White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange White #EFE6CF

Tints of Orange White #EFE6CF

Color information

#EFE6CF (or 0xEFE6CF) is unknown color: approx Orange White. HEX triplet: EF, E6 and CF. RGB value is (239,230,207). Sum of RGB (Red+Green+Blue) = 239+230+207=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 230 (90.23% from 255 or 34.02% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6CF is #101930. Grayscale: #E6E6E6. Windows color (decimal): -1055025 or 13625071. OLE color: 13625071.

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

Color convert

RGB239230207-
CMYK00.040.130.06
HSL43.12º50%87.45%-
HSV(B)43.12º13.39%93.73%-
XYZ75.1679.4570.41-
YUV230.07114.98134.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 230 (90.23% from 255) = 34.02%
BLUE value IS 207 (81.25% from 255) = 30.62%
R=35.36%
G=34.02%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923020700.040.130.0643.125087.45
HexEFE6CF04D62b3257
Octal357346317041565362127
Binary111011111110011011001111010011011101010111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE6CF; }

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

 H1.HeaderClassName
 {
   color: #EFE6CF;
 }
 .AnyTagClassName
 {
   color: #EFE6CF;
 }
</style>
background-color css

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

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

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

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

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

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